dinoocch commented on code in PR #16056: URL: https://github.com/apache/pinot/pull/16056#discussion_r2138272064
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -317,6 +317,9 @@ public static class Broker { public static final int DEFAULT_BROKER_QUERY_LOG_LENGTH = Integer.MAX_VALUE; public static final String CONFIG_OF_BROKER_QUERY_LOG_MAX_RATE_PER_SECOND = "pinot.broker.query.log.maxRatePerSecond"; + public static final String CONFIG_OF_BROKER_QUERY_LOG_BEFORE_PROCESSING = + "pinot.server.query.log.logBeforeProcessing"; Review Comment: Oops, yes definitely. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org