adriancole commented on issue #2563: Add a netty scribe server. URL: https://github.com/apache/incubator-zipkin/pull/2563#issuecomment-490407996 ok I ran the https://github.com/openzipkin/zipkin-finagle-example/compare/raw-finagle with 100s of load on laptop (`wrk -t4 -c128 -d100s http://localhost:8081 --latency`). I received some messaged like below.. however I've not checked the base case.. will post back after doing that. on zipkin: ``` 2019-05-08 16:50:29.204 WARN 68201 --- [-worker-nio-2-6] z.c.s.ScribeInboundHandler : Unexpected error handling connection. java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:?] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:?] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:?] at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:?] at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:382) ~[?:?] ``` on the traced application: ``` May 08, 2019 4:50:28 PM com.twitter.finagle.liveness.FailureAccrualFactory$$anon$4$$anon$5 didMarkDead INFO: FailureAccrualFactory marking connection to "zipkin-tracer" as dead. Remote Address: Inet(localhost/127.0.0.1:9410,Map()) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
