Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22484
Change subject: KUDU-613: Fix BlockCache Constructor ...................................................................... KUDU-613: Fix BlockCache Constructor The capacity constraints are not calculated properly when creating a block cache with the slru eviction policy. This patch fixes this miscalculation. Change-Id: Icfde56fd766ba7160052e88ca09a63845f3297c6 Reviewed-on: http://gerrit.cloudera.org:8080/22478 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> (cherry picked from commit 1d46b2fcdba6b30c52ebbba8725a16d749e4f857) --- M src/kudu/cfile/block_cache.cc 1 file changed, 9 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/22484/1 -- To view, visit http://gerrit.cloudera.org:8080/22484 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: newchange Gerrit-Change-Id: Icfde56fd766ba7160052e88ca09a63845f3297c6 Gerrit-Change-Number: 22484 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Mahesh Reddy <[email protected]>
