jtuglu1 commented on PR #19393:
URL: https://github.com/apache/druid/pull/19393#issuecomment-4361242858

   There is another bug I have noticed with inconsistent `QUERY_FAIL_TIME=-1` 
handling between `JsonParserIterator` and `DirectDruidClient`. The latter 
treats `-1` as timed out 
[here](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/client/DirectDruidClient.java#L429)
 whereas the former treats `-1` as [no 
timeout](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/client/JsonParserIterator.java#L86).
 We should fix this inconsistency in a separate PR.


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

To unsubscribe, e-mail: [email protected]

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