lkm commented on a change in pull request #10543:
URL: https://github.com/apache/druid/pull/10543#discussion_r535195705
##########
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:
The servlet is serializable and the ProtobufTranslation isn't, so this
is required
----------------------------------------------------------------
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]