lkm commented on a change in pull request #10543:
URL: https://github.com/apache/druid/pull/10543#discussion_r544103400



##########
File path: 
server/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
##########
@@ -119,6 +124,7 @@ private static void handleException(HttpServletResponse 
response, ObjectMapper o
   private final RequestLogger requestLogger;
   private final GenericQueryMetricsFactory queryMetricsFactory;
   private final AuthenticatorMapper authenticatorMapper;
+  private final transient ProtobufTranslation protobufTranslation;

Review comment:
       After removing `transient` spotbugs is failing with 
   ```
   org.apache.calcite.avatica.remote.ProtobufTranslationImpl stored into 
non-transient field
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to