anandheritage commented on code in PR #13645: URL: https://github.com/apache/pinot/pull/13645#discussion_r1730224851
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/GrpcMailboxServer.java: ########## @@ -37,17 +54,33 @@ * send by the sender of the sender/receiver pair. */ public class GrpcMailboxServer extends PinotMailboxGrpc.PinotMailboxImplBase { + private static final Logger LOGGER = LoggerFactory.getLogger(GrpcMailboxServer.class); Review Comment: Removed the GrpcMailboxServer - If required will add as a separate PR -- 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