Matthew Mulder has uploaded a new change for review. http://gerrit.cloudera.org:8080/7376
Change subject: IMPALA-5625: write profile when query times out ...................................................................... IMPALA-5625: write profile when query times out Introduces two new directories under the directory given by the --result-hash-log-dir command-line argument: profiles results Move results into the results directory. When a query times out or gets an error, write the query profile to the profiles directory. Remove the query profile from the log output for unexpected mem limit exceeded exceptions. Instead, write those to the the profiles directory as well. Change-Id: I1dbdf5fcf97d6c5681c9fc8fb9eb448bc459b3b0 --- M tests/stress/concurrent_select.py 1 file changed, 48 insertions(+), 33 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/7376/1 -- To view, visit http://gerrit.cloudera.org:8080/7376 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1dbdf5fcf97d6c5681c9fc8fb9eb448bc459b3b0 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Mulder <mmul...@cloudera.com>