Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-2003. Fix fd-cache related tests on high-core systems ......................................................................
KUDU-2003. Fix fd-cache related tests on high-core systems These two tests would fail on systems with a number of cores that was not a divisor of 192. This patch switches the tests to use a non-sharded LRU cache so that the behavior is not dependent on the core count. I verified that these tests now pass on a machine with 88 logical cores. Change-Id: Ibd901730f16c70bb2e4a60464ab08a9a6f14c32f Reviewed-on: http://gerrit.cloudera.org:8080/7160 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/fs/block_manager-stress-test.cc M src/kudu/util/file_cache-stress-test.cc 2 files changed, 24 insertions(+), 16 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7160 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibd901730f16c70bb2e4a60464ab08a9a6f14c32f Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
