Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7261
to look at the new patch set (#3).
Change subject: WIP: Fix SIGSEGV in ksck
......................................................................
WIP: Fix SIGSEGV in ksck
We were hitting the a segfault when trying to run ksck on
a cluster where some tablet servers are missing on restart.
The reason is that we're sorting a vector of replicas by
their tserver uuid even if the tserver was not found, causing
a segmentation fault when trying to access the uuid.
WIP: as we're missing a test that covers this case, obviously.
Change-Id: I66ff69bc3aa567863b61ee8e686fc13c81db6fdf
---
M src/kudu/tools/ksck.cc
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/7261/3
--
To view, visit http://gerrit.cloudera.org:8080/7261
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I66ff69bc3aa567863b61ee8e686fc13c81db6fdf
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>