klsince commented on code in PR #9299: URL: https://github.com/apache/pinot/pull/9299#discussion_r958527876
########## pinot-core/src/main/java/org/apache/pinot/core/transport/InstanceRequestHandler.java: ########## @@ -73,7 +73,7 @@ public class InstanceRequestHandler extends SimpleChannelInboundHandler<ByteBuf> private static final int SLOW_QUERY_LATENCY_THRESHOLD_MS = 100; private final String _instanceName; - private final TDeserializer _deserializer; Review Comment: 👍 good catch! perhaps a comment that this is not thread safe. -- 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