mayankshriv commented on a change in pull request #5605:
URL: https://github.com/apache/incubator-pinot/pull/5605#discussion_r444417005



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/operator/CombineGroupByOperator.java
##########
@@ -174,8 +173,8 @@ public void runJob() {
           } catch (EarlyTerminationException e) {
             // Early-terminated because query times out or is already satisfied
           } catch (Exception e) {
-            LOGGER.error("Exception processing CombineGroupBy for index {}, 
operator {}, brokerRequest {}", index,
-                _operators.get(index).getClass().getName(), _brokerRequest, e);
+            LOGGER.error("Caught exception while processing group-by for 
index: {}, operator: {}, queryContext: {}",

Review comment:
       Perhaps add something to indicate that this is the combine phase? For 
example, `Caught exception in combine phase of group-by...`?




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