hamadodene opened a new issue #2285: Spammy log when one bookie of ensemble is down URL: https://github.com/apache/bookkeeper/issues/2285 When one bookie of the ensemble is down, the other bookies client spam in the log ***org.apache.bookkeeper.proto.PerChannelBookieClient*** this exception: ``` 20-03-10-10-42-01 Could not connect to bookie: [id: 0x823ef32e, L:/10.162.1.12:42330]/es-dev1.sviluppo.dna:3181, current state CONNECTING : 20-03-10-10-42-01 io.netty.channel.AbstractChannel$AnnotatedConnectException: syscall:getsockopt(..) failed: Connection refused: es-dev1.sviluppo.dna/10.162.1.11:3181 io.netty.channel.AbstractChannel$AnnotatedConnectException: syscall:getsockopt(..) failed: Connection refused: es-dev1.sviluppo.dna/10.162.1.11:3181 at io.netty.channel.unix.Socket.finishConnect(..)(Unknown Source) Caused by: io.netty.channel.unix.Errors$NativeConnectException: syscall:getsockopt(..) failed: Connection refused ... 1 more ``` In our case, in 8m it produced 1,5gb log. For riproduced it, i simple shutdown a bookie and checked **org.apache.bookkeeper.proto.PerChannelBookieClient**
---------------------------------------------------------------- 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
