shoothzj commented on issue #1334: URL: https://github.com/apache/bookkeeper/issues/1334#issuecomment-2058059790
Thanks for your report, closed by netty has fixed that bug. https://github.com/netty/netty/issues/140#issuecomment-3701297 > If you call Channel.close() a downstream event will get fired. The event will then processed and finally close the channel. After the channel is closed it trigger an upstream event to notify about the closed channel. The problem is that this event will NOT get executed in the IO-Thread and so its possible to see a race-condition. This need to get fixed as this is a "global" problem. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
