Hello Tim Armstrong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2176
to look at the new patch set (#2).
Change subject: Stress test: Fix stack trace collection
......................................................................
Stress test: Fix stack trace collection
A lot of stuff got messed up during the switch to the cluster model...
Changes:
1) find_crashed_impalads() returned a list but the caller expected a
dict.
2) for_each_impalad() ignored the parameter 'impalads' and instead used
all impalads in the cluster.
3) find_last_backtrace() returned the oldest core dump instead of the
newest.
4) num_successive_errors_needed_to_abort was effectively hard-coded to
2. I'm not sure how that happened.
5) Catch EOFError when getting a query from the work queue. This happens
when the work queue is shutdown but there are workers waiting for an
item.
6) Ignore connection errors due to an unresponsive impalad. When the
load on an impalad get very high it randomly stops responding to
client requests. Reducing the load seems to help.
7) Added various log messages.
Change-Id: Icb823dc47a51874b0f8a0b20f966a556752f7796
---
M tests/comparison/cluster.py
M tests/stress/concurrent_select.py
2 files changed, 40 insertions(+), 14 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/76/2176/2
--
To view, visit http://gerrit.cloudera.org:8080/2176
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icb823dc47a51874b0f8a0b20f966a556752f7796
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <[email protected]>
Gerrit-Reviewer: Casey Ching <[email protected]>
Gerrit-Reviewer: Dan Hecht <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>