jadami10 opened a new issue, #10539: URL: https://github.com/apache/pinot/issues/10539
We're seeing cases internally where segment pruning on the server side will run for minutes when the timeout is explicitly set to 30s. I imagine we would want to support timing out here, but I could use some design input. 1. should we still emit the `SEGMENT_PRUNING` time metric on timeout? 2. Does it make sense to dig into every implementer of the `SegmentPruner` and add timeouts or use something like the guava TimeLimiter to do it once (I need to dig into how this thing works and if it will actually interrupt a while loop or IO) -- 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]
