-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Please answer these questions before submitting your issue.
What version of gRPC are you using?
1.3.0
What JVM are you using (java -version)?
1.8
What did you do?
If possible, provide a recipe for reproducing the error.
Normal usage
What did you expect to see?
No logs
What did you see instead?
May 31, 2017 5:04:13 PM io.grpc.okhttp.AsyncFrameWriter$14 run
WARNING: Failed closing connection
java.net.SocketException: Socket closed
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at okio.Okio$1.write(Okio.java:80)
at okio.AsyncTimeout$1.write(AsyncTimeout.java:155)
at okio.RealBufferedSink.close(RealBufferedSink.java:234)
at io.grpc.okhttp.internal.framed.Http2$Writer.close(Http2.java:568)
at io.grpc.okhttp.AsyncFrameWriter$14.run(AsyncFrameWriter.java:218)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:117)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
It looks like the socket is already dead and the close call here throws as a result
| log.log(Level.WARNING, "Failed closing connection", e); |
quidryan and bubenheimer
Metadata
Metadata
Assignees
Labels
No labels