drcrallen commented on issue #6014: Optionally refuse to consume new data until 
the prior chunk is being consumed
URL: https://github.com/apache/incubator-druid/pull/6014#issuecomment-406020525
 
 
   This seems to cause deadlocks. Right now it looks like the "parallel 
merging" doesn't let the FJP know that iterating through the results is a 
blocking operation, so the FJP can get clogged with TransferQueue poll 
operations that don't match with the http client `transfer` operations, causing 
http and fjp threads to deadlock each other.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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