mirror of
https://github.com/apache/impala.git
synced 2026-01-08 21:03:01 -05:00
After decoupling the startup of senders and receivers during fragment execution, cancellation of queries can lead to 'zombie' fragments waiting for the other end to get started. Those fragments will time-out after 2 minutes, however due to queuing effects it can take several minutes until all of them are gone. It is therefore currently not feasible to wait for the 'impala-server.backends.client-cache.clients-in-use' metric in the tests. Change-Id: I67e8c5bd8ab4f71a3c10e9387ae165c0c1dd30f3 Reviewed-on: http://gerrit.cloudera.org:8080/2788 Reviewed-by: Dan Hecht <dhecht@cloudera.com> Reviewed-by: Henry Robinson <henry@cloudera.com> Tested-by: Internal Jenkins