You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/07 22:21:16 UTC

[GitHub] [pinot] 61yao commented on a diff in pull request #9933: [multistage] add observability logging for thread scheduling

61yao commented on code in PR #9933:
URL: https://github.com/apache/pinot/pull/9933#discussion_r1042738870


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/RoundRobinScheduler.java:
##########
@@ -64,6 +64,7 @@ public void register(OpChain operatorChain, boolean isNew) {
     // immediately be considered ready in case it does not need
     // read from any mailbox (e.g. with a LiteralValueOperator)
     (isNew ? _ready : _available).add(operatorChain);
+    trace("registered " + operatorChain);

Review Comment:
   This trace info will be reported as part of the LOGGER.trace? 



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org