gortiz commented on code in PR #14507:
URL: https://github.com/apache/pinot/pull/14507#discussion_r1895389575
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/HashJoinOperator.java:
##########
@@ -207,13 +207,17 @@ protected TransferableBlock getNextBlock()
buildBroadcastHashTable();
}
if (_upstreamErrorBlock != null) {
+ LOGGER.trace("Returning upstream error block for join operator");
Review Comment:
Yes, all the changes are just new logs I've added while debuging some
blocking issues. These logs are disabled by default and should be easily
removed by either the jit given they are not allocating. I recommend to keep
them in case we need to debug something in the future.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]