aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/CustomCommandLine.java
diff options
context:
space:
mode:
authorGravatar ulfjack <ulfjack@google.com>2017-07-17 13:19:41 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-07-17 13:42:43 +0200
commita491417d4fbdd3bbb54f557e8e8f3d2f0ea5756a (patch)
treeb73751a9d3c3f1222fd1d26565014faa5dc19819 /src/main/java/com/google/devtools/build/lib/analysis/actions/CustomCommandLine.java
parenteff223e0f5232558dc134706bc5bd5d405b9bd19 (diff)
Silence useless netty warnings in the remote worker
Otherwise it logs warnings that look like this: 170714 08:16:28.552:WT 18 [io.grpc.netty.NettyServerHandler.onStreamError] Stream Error io.netty.handler.codec.http2.Http2Exception$StreamException: Received DATA frame for an/ unknown stream 11369 As far as we can tell, these do not indicate any problem with the connection. We believe they happen when the local side closes a stream, but the remote side hasn't received that notification yet, so there may still be packets for that stream en-route to the local machine. The wording 'unknown stream' is misleading - the stream was previously known, but was recently closed. I'm told upstream discussed this, but didn't want to keep information about closed streams around. PiperOrigin-RevId: 162194736
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/actions/CustomCommandLine.java')
0 files changed, 0 insertions, 0 deletions