You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2016/04/14 14:22:20 UTC

[Impala-CR](cdh5-trunk) IMPALA-3327: Disable metric validation for backend clients

Lars Volker has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2788

Change subject: IMPALA-3327: Disable metric validation for backend clients
......................................................................

IMPALA-3327: Disable metric validation for backend clients

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 if 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
---
M tests/verifiers/metric_verifier.py
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/88/2788/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2788
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67e8c5bd8ab4f71a3c10e9387ae165c0c1dd30f3
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Lars Volker <lv...@cloudera.com>