You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/05/12 21:54:13 UTC

[kudu-CR] KUDU-1451. No longer lazily delete tablet superblock on table deletion

Hello Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/3053

to review the following change.

Change subject: KUDU-1451. No longer lazily delete tablet superblock on table deletion
......................................................................

KUDU-1451. No longer lazily delete tablet superblock on table deletion

This reverts the primary logic implemented in KUDU-941.

Since we now have KUDU-1337 implemented, we don't need to worry about
keeping the superblock around. We keep track of permanently deleted
tablets in memory until the next restart.

Change-Id: I34ad42f67a1fdf3369ca67357d0d9183018f500c
---
M src/kudu/integration-tests/delete_table-test.cc
M src/kudu/tserver/ts_tablet_manager.cc
2 files changed, 4 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/3053/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3053
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I34ad42f67a1fdf3369ca67357d0d9183018f500c
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>