Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18864 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/18864 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/master/catalog_manager.cc 2 files changed, 162 insertions(+), 5 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved Alexey Serbin: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I7cf3021fa0e9a425d5f8091ea3336c55a3c14bbc Gerrit-Change-Number: 18864 Gerrit-PatchSet: 21 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]>
