Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20178
to look at the new patch set (#3).
Change subject: KUDU-3326 disable compaction for soft-deleted table
......................................................................
KUDU-3326 disable compaction for soft-deleted table
The tables in the 'SOFT_DELETED' state will no longer
process insert and update requests, so the compaction
and other related operations will become redundant and
also waste resources.
In this patch, we added a post-operation to disable
compaction for the soft-deleted operation and a
post-operation to enable compaction for the recall
process.
To verify the correctness of the new logic, we also
added new unit tests.
Change-Id: I060810051613a19e6f5c6506effda2d698528839
---
M src/kudu/client/client-test.cc
M src/kudu/master/catalog_manager.cc
M src/kudu/master/catalog_manager.h
M src/kudu/master/master-test.cc
4 files changed, 225 insertions(+), 47 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/20178/3
--
To view, visit http://gerrit.cloudera.org:8080/20178
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I060810051613a19e6f5c6506effda2d698528839
Gerrit-Change-Number: 20178
Gerrit-PatchSet: 3
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)