ankitsultana commented on code in PR #15762: URL: https://github.com/apache/pinot/pull/15762#discussion_r2085337844
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/MailboxContentObserver.java: ########## @@ -49,19 +49,24 @@ public class MailboxContentObserver implements StreamObserver<MailboxContent> { private final StreamObserver<MailboxStatus> _responseObserver; private final List<ByteBuffer> _mailboxBuffers; + private transient String _mailboxId; Review Comment: This doesn't need to be transient right? -- 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