Ashwani Raina has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24328
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.cc 1 file changed, 11 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/24328/1 -- 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: newchange Gerrit-Change-Id: I65f1e0d91e718b097bcc6e3979f246a13a618edf Gerrit-Change-Number: 24328 Gerrit-PatchSet: 1 Gerrit-Owner: Ashwani Raina <[email protected]>
