Hello Mahesh Reddy, Alexey Serbin, Yingchun Lai, Kudu Jenkins, Abhishek
Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18864
to look at the new patch set (#20).
Change subject: KUDU-3326 [master] add flag FLAGS_deleted_table_reserve_seconds
to change the cluster-wide behavior of the DeleteTable() RPC.
......................................................................
KUDU-3326 [master] add flag FLAGS_deleted_table_reserve_seconds to change the
cluster-wide
behavior of the DeleteTable() RPC.
This patch helps to change the default behavior of the DeleteTable RPC at the
master side.
Value 0 means DeleteTable() works the regular way, i.e. dropping the table and
purging its
data immediately. If it's set to anything greater than 0, then all
DeleteTable() RPCs are
turned into SoftDeleteTable(..., FLAGS_deleted_table_reserve_seconds)").
NOTE: this flag is useless if HMS is enabled.
Change-Id: I7cf3021fa0e9a425d5f8091ea3336c55a3c14bbc
---
M src/kudu/client/client-test.cc
M src/kudu/master/catalog_manager.cc
2 files changed, 162 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/18864/20
--
To view, visit http://gerrit.cloudera.org:8080/18864
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7cf3021fa0e9a425d5f8091ea3336c55a3c14bbc
Gerrit-Change-Number: 18864
Gerrit-PatchSet: 20
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>