fpj commented on issue #2482: URL: https://github.com/apache/bookkeeper/issues/2482#issuecomment-726587216
@eolivelli It doesn't look like it helps. The problem is that the channel is not closing, and the signal of inactivity (call to `channelInactive` in `PerChannelBookieClient`) is taking around 15 minutes to come. This is possibly because the TCP connection is exhausting its number of retries to send some data without getting an acknowledgement. ---------------------------------------------------------------- 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]
