Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12352 )
Change subject: Fix wrong substitute argument in ksck ...................................................................... Fix wrong substitute argument in ksck 0355d373a7 used the wrong substitute argument, producing messages like Tablet 7502f27f91d04070854a86dd62a204f9 of table 'foo' is conflicted: Tablet 7502f27f91d04070854a86dd62a204f9 of table 'foo' replicas' active configs disagree with the master's instead of Tablet 7502f27f91d04070854a86dd62a204f9 of table 'foo' is conflicted: 2 replicas' active configs disagree with the master's This fixes the error and adds a bit of test code to keep it from happening again. Change-Id: I90692a50e1abac8f7ddb5cac11a6bf6914457fe2 Reviewed-on: http://gerrit.cloudera.org:8080/12352 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Grant Henke <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tools/ksck-test.cc M src/kudu/tools/ksck.cc 2 files changed, 7 insertions(+), 3 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Grant Henke: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12352 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I90692a50e1abac8f7ddb5cac11a6bf6914457fe2 Gerrit-Change-Number: 12352 Gerrit-PatchSet: 3 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mitch Barnett <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
