Skip to content

Instantly share code, notes, and snippets.

@namannigam-zz
Created November 30, 2017 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namannigam-zz/20fbaad435e84dd3260b7a01a337b0c2 to your computer and use it in GitHub Desktop.
Save namannigam-zz/20fbaad435e84dd3260b7a01a337b0c2 to your computer and use it in GitHub Desktop.
logs
timestamp=2017-11-30 17:31:27.801|logId=|url=|class=c.f.p.r.i.h.HystrixMetricsStreamServlet|thread=Jetty-Listener-9002|msg=Failed to write. Will stop polling.
java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:1.8.0_60]
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) ~[?:1.8.0_60]
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) ~[?:1.8.0_60]
at sun.nio.ch.IOUtil.write(IOUtil.java:51) ~[?:1.8.0_60]
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) ~[?:1.8.0_60]
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:270) ~[org.eclipse.jetty.jetty-io-9.4.1.v20170120.jar:9.4.1.v20170120]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:429) ~[org.eclipse.jetty.jetty-io-9.4.1.v20170120.jar:9.4.1.v20170120]
at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:384) ~[org.eclipse.jetty.jetty-io-9.4.1.v20170120.jar:9.4.1.v20170120]
at org.eclipse.jetty.io.ChannelEndPoint$3.run(ChannelEndPoint.java:139) ~[org.eclipse.jetty.jetty-io-9.4.1.v20170120.jar:9.4.1.v20170120]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment