Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12402
Change subject: Adding hostname to Disk I/O errors. ...................................................................... Adding hostname to Disk I/O errors. I recently ran into some queries that failed like so: WARNINGS: Disk I/O error: Could not open file: /data/...: Error(5): Input/output error These warnings were in the profile, but I had to cross-reference impalad logs to figure out which machine had the broken disk. In this commit, I've sprinked GetBackendString() to include it. Change-Id: Ib977d2c0983ef81ab1338de090239ed57f3efde2 --- M be/src/exprs/timezone_db.cc M be/src/runtime/io/disk-io-mgr-test.cc M be/src/runtime/io/disk-io-mgr.cc M be/src/runtime/io/error-converter.cc M be/src/runtime/io/hdfs-file-reader.cc M be/src/runtime/io/hdfs-monitored-ops.cc M be/src/runtime/io/local-file-reader.cc M common/thrift/generate_error_codes.py 8 files changed, 22 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/02/12402/1 -- To view, visit http://gerrit.cloudera.org:8080/12402 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib977d2c0983ef81ab1338de090239ed57f3efde2 Gerrit-Change-Number: 12402 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
