Jackie-Jiang opened a new pull request #8450: URL: https://github.com/apache/pinot/pull/8450
Fix #8449 When broker times out, there are multiple places not handled properly: - Should check the return value of `CountDownLatch.await()` to identify if the query times out - `Future[]` length should be the reduce group size - When the query times out, the result table won't be set, so reading rows from the result table can cause NPE -- 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]
