Fengling Wang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11422


Change subject: [location_awareness] Add location info in ksck report
......................................................................

[location_awareness] Add location info in ksck report

This patch adds two additional tablet server location tables
into the ksck report.

Before:
Master Summary
               UUID               |     Address     | Status
----------------------------------+-----------------+---------
 44c3844d3a564b789743398c1f2d91c4 | 127.0.0.1:52748 | HEALTHY
 6789594661bd4b88bd1aceaf346db370 | 127.0.0.1:52747 | HEALTHY
 df7badcf5c38444c8cf724e24be218d2 | 127.0.0.1:52746 | HEALTHY
...

After:
Master Summary
               UUID               |     Address     | Status
----------------------------------+-----------------+---------
 44c3844d3a564b789743398c1f2d91c4 | 127.0.0.1:52748 | HEALTHY
 6789594661bd4b88bd1aceaf346db370 | 127.0.0.1:52747 | HEALTHY
 df7badcf5c38444c8cf724e24be218d2 | 127.0.0.1:52746 | HEALTHY

        Tablet Server UUID        |       Location
----------------------------------+-----------------------
 fc18b4bdb2ae4dd0a5717e8fe1f1de69 | <none>
 0f25d1891fce48789e06fdec493fb90e | <none>
 ad868d782dc743369d96a9e958811f81 | <none>
 c541b6ebc3a14f0f9bbee26d52545683 | /foo-bar0/BAAZ.9-quux

       Location        |  Count
-----------------------+---------
 /foo-bar0/BAAZ.9-quux |       1
 <none>                |       3
...

Change-Id: Ideff2dd4975c99a1135002624debbbb2620fb95c
---
M src/kudu/tools/ksck.cc
M src/kudu/tools/ksck.h
M src/kudu/tools/ksck_remote-test.cc
M src/kudu/tools/ksck_remote.cc
M src/kudu/tools/ksck_remote.h
M src/kudu/tools/ksck_results.cc
M src/kudu/tools/ksck_results.h
7 files changed, 109 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/11422/1
-- 
To view, visit http://gerrit.cloudera.org:8080/11422
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ideff2dd4975c99a1135002624debbbb2620fb95c
Gerrit-Change-Number: 11422
Gerrit-PatchSet: 1
Gerrit-Owner: Fengling Wang <[email protected]>

Reply via email to