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



##########
File path: 
server/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
##########
@@ -88,6 +92,7 @@
   private static final String OBJECTMAPPER_ATTRIBUTE = 
"org.apache.druid.proxy.objectMapper";
 
   private static final int CANCELLATION_TIMEOUT_MILLIS = 500;
+  private static final long serialVersionUID = 2026655693637894524L;

Review comment:
       It's because I'm using the transient keyword below and the class is 
serializable 
([documentation](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html))
 and basically to satisfy LGMT




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