George Gensure
George Gensure
There are a fair number of endpoints to cover with auth, and gRPC should make it pretty trivial to do so. Is covering the front door enough? Do you have...
Your server is not available for connection - the name/ip of the server specified in config needs to be resolvable/routable, and the port needs to be correctly matched between your...
There are several possible contributions to this issue, but first, are your build clients affected by it? Do builds fail as a result of this occurrence? This is a watchdog...
Do you have a reproducer WORKSPACE for this? It just looks like a build of python3 that should be fairly compact, so that we can deal with this usecase. The...
For shard instances, buildfarm implements distributed queues in redis for its arrival and ready-to-run operations (execute requests for actions). Workers pull operations from these queues as long as they have...
As quoted, memory instances are not rate limited, there are no controls on it. Workers will not pull actions from other workers, their work is considered allocated to them until...
There are definitely *very* early versions of buildfarm that did literal copies of files in order to make exec dirs, and we should be able to (and should take the...
> > Presumably the benefit of running under windows is worth such a performance tradeoff. > > Just curious here, but do you know what the performance tradeoff actually was...
Agreed as to their benefits, even in limited link-count capacities. My strategic solution for this will be to create an abstract strategy for emplacing files that takes advantage of as...
This seems like it may have been caused by the timeout reduction in https://github.com/bazelbuild/bazel-buildfarm/commit/04583ec6ccd26ca97532939873a4b03aa8252c32 - can you take a look to see if a revert of this corrects your issues?