Attila Bukor has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/24328 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> --- M src/kudu/tablet/compaction-test.cc M src/kudu/tablet/compaction.cc 2 files changed, 73 insertions(+), 7 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I65f1e0d91e718b097bcc6e3979f246a13a618edf Gerrit-Change-Number: 24328 Gerrit-PatchSet: 4 Gerrit-Owner: Ashwani Raina <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
