You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a timeout for uploading BEP events
[21:11:50] ERROR: Unable to write all BEP events to file due to 'java.io.IOException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.999906540s. [remote_addr=buildfarm-internal...]'
I tried running build with experimental_remote_grpc_log option, however, it looks like build event future has gotten stuck and build hangs indefinitely.
"bep-local-writer" #42 daemon prio=5 os_prio=0 cpu=8.90ms elapsed=799.74s tid=0x00007f670437e000 nid=0x27a waiting on condition [0x00007f68581c4000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x00000001274b3028> (a com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture)
at java.util.concurrent.locks.LockSupport.park([email protected]/Unknown Source)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:535)
at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:88)
at com.google.devtools.build.lib.buildeventstream.transports.FileTransport$SequentialWriter.run(FileTransport.java:135)
Explicitly setting bes_timeout didn't help and future remains stuck.
Feature requests: what underlying problem are you trying to solve with this feature?
Have bes event upload not get stuck.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Description of the problem / feature request:
While debugging a timeout for uploading BEP events
I tried running build with
experimental_remote_grpc_log
option, however, it looks like build event future has gotten stuck and build hangs indefinitely.Explicitly setting bes_timeout didn't help and future remains stuck.
Feature requests: what underlying problem are you trying to solve with this feature?
Have bes event upload not get stuck.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Maybe the following options:
What operating system are you running Bazel on?
Linux
What's the output of
bazel info release
?3.7.0
Any other information, logs, or outputs that you want to share?
Attaching jstack and jvm.out
jstack.log
jvm.log
The text was updated successfully, but these errors were encountered: