Jean-Daniel Cryans has uploaded a new change for review. http://gerrit.cloudera.org:8080/2196
Change subject: KUDU-1328: crash when remote bootstrap session races with tablet deletion ...................................................................... KUDU-1328: crash when remote bootstrap session races with tablet deletion An innocuous log statement introduced in commit b841512 can cause a crash if a remote bootstrap request for a particular tablet arrives as the tserver deletes that tablet. I'm still working on an integration test that faithfully reproduces the crash, but until then, here's a low-risk fix for the log statement that can go into 0.7. Change-Id: I6a487ba4f37383479170519866509f3f3d88dc5d Reviewed-on: http://gerrit.cloudera.org:8080/2193 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans (cherry picked from commit 7b1ea74ee7ed617a78fdc807ac41505fcea64535) --- M src/kudu/tserver/remote_bootstrap_session.cc 1 file changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/2196/1 -- To view, visit http://gerrit.cloudera.org:8080/2196 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6a487ba4f37383479170519866509f3f3d88dc5d Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: branch-0.7.0 Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Adar Dembo <[email protected]>
