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

 ##########
 File path: server/src/main/java/org/apache/druid/client/JsonParserIterator.java
 ##########
 @@ -146,6 +160,18 @@ private void init()
           objectCodec = jp.getCodec();
         }
       }
+      catch (TimeoutException ignored) {
 
 Review comment:
   BTW, I think the below catch of `InterruptedException` should also throw 
`QueryInterruptedException`. I don't think it should be necessarily done in 
this pr though.

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


With regards,
Apache Git Services

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

Reply via email to