David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/7261
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. Change-Id: I66ff69bc3aa567863b61ee8e686fc13c81db6fdf WIP: as we're missing a test that covers this case, obviously. --- 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/1 -- To view, visit http://gerrit.cloudera.org:8080/7261 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I66ff69bc3aa567863b61ee8e686fc13c81db6fdf Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
