You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/18 00:19:45 UTC

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8550: JsonParserIterator.init future timeout

surekhasaharan commented on a change in pull request #8550: JsonParserIterator.init future timeout
URL: https://github.com/apache/incubator-druid/pull/8550#discussion_r325436237
 
 

 ##########
 File path: server/src/main/java/org/apache/druid/client/JsonParserIterator.java
 ##########
 @@ -127,7 +139,7 @@ private void init()
           throw new QueryInterruptedException(
               new ResourceLimitExceededException(
                   "query[%s] url[%s] timed out or max bytes limit reached.",
-                  query.getId(),
+                  query != null ? query.getId() : null,
 
 Review comment:
   thanks for catching and fixing potential NPE here

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org