Hello Todd Lipcon,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/10433
to review the following change.
Change subject: KUDU-2427: make ksck-test replica order deterministic
......................................................................
KUDU-2427: make ksck-test replica order deterministic
On Ubuntu 18.04, the iteration order of std::unordered_map isn't the same as
on other distros. Behavioral changes like this are to be expected as the
iteration order is implementation-specific. However, we had some code in
ksck-test that expected a specific iteration order. Let's fix this by
switching from an std::unordered_map to an std::map.
Change-Id: I5da71f3582257febaccae7f142e5eb3a22548c19
---
M src/kudu/tools/ksck-test.cc
M src/kudu/tools/ksck.h
2 files changed, 10 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/10433/1
--
To view, visit http://gerrit.cloudera.org:8080/10433
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5da71f3582257febaccae7f142e5eb3a22548c19
Gerrit-Change-Number: 10433
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>