Todd Lipcon has submitted this change and it was merged. Change subject: Fix tombstoning a tombstoned tablet with the CAS option specified ......................................................................
Fix tombstoning a tombstoned tablet with the CAS option specified This is a bug fix for an issue found by Binglin where the master attempted to tombstone a tablet that had already been tombstoned, and retried forever. This can happen when an RPC requesting a tombstone operation times out, but was successful. Improved the CAS delete unit test to cover this case. Change-Id: I32ab0d4487378c43fdb77034eb0cffe68c287373 Reviewed-on: http://gerrit.cloudera.org:8080/1685 Tested-by: Internal Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/integration-tests/delete_table-test.cc M src/kudu/master/catalog_manager.cc M src/kudu/tserver/ts_tablet_manager.cc 3 files changed, 21 insertions(+), 2 deletions(-) Approvals: Internal Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/1685 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I32ab0d4487378c43fdb77034eb0cffe68c287373 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Binglin Chang <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
