Hello Yingchun Lai, 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 (#7).

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, 241 insertions(+), 49 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/20178/7
--
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: 7
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <[email protected]>

Reply via email to