jadami10 opened a new issue, #16841:
URL: https://github.com/apache/pinot/issues/16841

   After our recent upgrade to just before Pinot 1.4, we're seeing servers get 
stuck when sending sigterm. It's reproduced a few times, but we don't have the 
setup yet to reproduce consistently.
   
   We have high confidence 
https://github.com/apache/pinot/blob/master/pinot-spi/src/main/java/org/apache/pinot/spi/executor/ExecutorServiceUtils.java#L127
 is a bug causing the termination timeout to be ~9 hours instead of 30 seconds. 
The TimeUnit should be `MILLISECONDS`, not `SECONDS`.


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