Jackie-Jiang commented on issue #10823:
URL: https://github.com/apache/pinot/issues/10823#issuecomment-1577296391

   Trying to understand why shut down is not blocking. In `QueryServer`, when 
`shutDown()` is called, `_channel` is closed and `sync()` is called which 
should block it until `_channel` is closed. After `_channel` is closed, broker 
shouldn't be able to talk to the server. Could this be a bug in `Netty` which 
causes the channel to be left unclosed even after `sync()` is called?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to