Hello Marton Greber, Alexey Serbin, Zoltan Martonka, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24328
to look at the new patch set (#3).
Change subject: KUDU-3429 Make rows per block flag based (1/n)
......................................................................
KUDU-3429 Make rows per block flag based (1/n)
Convert hard-coded kRowsPerBlock to a flag based variable that can be
used and modified by tests at runtime to control memory usage during
rowset compaction.
MajorDeltaCompaction and MinorDeltaCompaction also have their own
kRowsPerBlock. The patch doesn't modify those to flags.
This changelist doesn't contain any functional modifications.
Change-Id: I65f1e0d91e718b097bcc6e3979f246a13a618edf
---
M src/kudu/tablet/compaction-test.cc
M src/kudu/tablet/compaction.cc
2 files changed, 73 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/24328/3
--
To view, visit http://gerrit.cloudera.org:8080/24328
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I65f1e0d91e718b097bcc6e3979f246a13a618edf
Gerrit-Change-Number: 24328
Gerrit-PatchSet: 3
Gerrit-Owner: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Martonka <[email protected]>