Hello Tidy Bot, Yingchun Lai, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18503
to look at the new patch set (#6).
Change subject: [KUDU-3367][compaction] Fix delta file with full of delete op
can not be schedule to compact
......................................................................
[KUDU-3367][compaction] Fix delta file with full of delete op can not be
schedule to compact
If we get a REDO delta with full of delete op, wich means there is no update op
in the file. The current compact algorithm will not schedule the file do
compact.
If such files exist, after accumulating for a period of time, it will greatly
affect our scan speed. However, processing such files every time compact reduces
compact's performance.
So I added a flag FLAGS_check_delete_op_for_compact_ratio to solve this
situation.
Major compact will deal with delta file with full of delete op by the
probability
specified in FLAGS_check_delete_op_for_compact_ratio value.
Change-Id: I8b26737dffecc17688b42188da959b2ba16351ed
---
M src/kudu/common/row_changelist.h
M src/kudu/tablet/delta_tracker.cc
M src/kudu/tablet/delta_tracker.h
M src/kudu/tablet/deltafile.cc
M src/kudu/tablet/deltafile.h
M src/kudu/tablet/diskrowset-test-base.h
M src/kudu/tablet/diskrowset-test.cc
M src/kudu/tablet/diskrowset.cc
8 files changed, 158 insertions(+), 12 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/18503/6
--
To view, visit http://gerrit.cloudera.org:8080/18503
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8b26737dffecc17688b42188da959b2ba16351ed
Gerrit-Change-Number: 18503
Gerrit-PatchSet: 6
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <[email protected]>