Jackie-Jiang opened a new pull request #4714: Remove the segment missing error message when acquiring segments URL: https://github.com/apache/incubator-pinot/pull/4714 In query execution path, we should not log error message on a per-query per-missing-segment basis, which can easily flood the log When checking segment metadata, segment can be missing for normal case, and we should not log error as well Move the NUM_MISSING_SEGMENTS metric into QueryExecutor to only track the missing segments during query execution Code convention: remove nonnull and add nullable annotations
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
