satwik-pachigolla commented on code in PR #16080:
URL: https://github.com/apache/pinot/pull/16080#discussion_r2141294629


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java:
##########
@@ -195,6 +195,7 @@ public void init(PinotConfiguration config, 
InstanceDataManager instanceDataMana
 
     int hardLimit = HardLimitExecutor.getMultiStageExecutorHardLimit(config);
     if (hardLimit > 0) {
+      LOGGER.info("Setting hard limit for multi-stage executor to: 
hardLimit={}", hardLimit);

Review Comment:
   Doesn't the way I have it right now follow Pinot's structured logging format?



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

Reply via email to