Yida Wu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16083
Change subject: IMPALA-9829: Add metrics for Spilling to S3 ...................................................................... IMPALA-9829: Add metrics for Spilling to S3 Three types of metrics are added in disk-io-mgr : 1. impala-server.io-mgr.queue--bash.write-latency, unit: ns 2. impala-server.io-mgr.queue--bash.write-size, unit: Bytes 3. impala-server.io-mgr.queue--bash.write-io-error It is a mock function for spill to s3, more test cases will be added later when it is fully functional. Change-Id: I152b9c5339cedabe33f8873a2bbf651aa5dbb914 --- M be/src/runtime/io/disk-io-mgr-internal.h M be/src/runtime/io/disk-io-mgr.cc M common/thrift/metrics.json 3 files changed, 113 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/16083/1 -- To view, visit http://gerrit.cloudera.org:8080/16083 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I152b9c5339cedabe33f8873a2bbf651aa5dbb914 Gerrit-Change-Number: 16083 Gerrit-PatchSet: 1 Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com>