sunithabeeram commented on a change in pull request #3525: Adding execution 
stats for numSegmentsQueried/Processed/Matched
URL: https://github.com/apache/incubator-pinot/pull/3525#discussion_r235454836
 
 

 ##########
 File path: 
pinot-broker/src/main/java/com/linkedin/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
 ##########
 @@ -274,9 +274,10 @@ public BrokerResponse handleRequest(JSONObject request, 
@Nullable RequesterIdent
 
     // Table name might have been changed (with suffix _OFFLINE/_REALTIME 
appended)
     LOGGER.info(
-        "RequestId:{}, table:{}, timeMs:{}, docs:{}/{}, entries:{}/{}, 
servers:{}/{}, groupLimitReached:{}, exceptions:{}, serverStats:{}, query:{}",
+        "RequestId:{}, table:{}, timeMs:{}, docs:{}/{}, entries:{}/{}, 
segments:{}/{}/{} servers:{}/{}, groupLimitReached:{}, exceptions:{}, 
serverStats:{}, query:{}",
 
 Review comment:
   I thought this log had a "legend" too; wondering if it will help to make 
this more self explanatory...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to