Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.0
-
None
-
None
Description
Currently, if a query is run and the client does not call FetchNextBatch, the query would run forever. This
is a resource "leak". You could imagine a client with a UI that reads a batch of results and then has to hit
'next' to get the next batch.
I think we should timeout a query after sometime of client inactivity. This is also a catch all for client side
issues.