gortiz commented on code in PR #14507: URL: https://github.com/apache/pinot/pull/14507#discussion_r1888388417
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java: ########## @@ -147,4 +150,9 @@ private MailboxContent toMailboxContent(TransferableBlock block) _statMap.merge(MailboxSendOperator.StatKey.SERIALIZATION_TIME_MS, System.currentTimeMillis() - start); } } + + @Override + public String toString() { + return "g" + _id; Review Comment: I've added some toString to mailboxes to make it easier to understand them in debug/trace logs -- 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