Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21212 )
Change subject: [rpc] relax settings for MeasureAcceptorDispatchTimes ...................................................................... [rpc] relax settings for MeasureAcceptorDispatchTimes On some nodes, RpcAcceptorBench.MeasureAcceptorDispatchTimes might run out of file descriptors if run with 16 concurrent client threads, failing the test. This patch modifies the default settings for the scenario to run with just a single client thread by default. That's enough to provide good coverage for the related metrics while easing the load on a test node. Change-Id: Ic9af59046d6bcf28134cc88e7ff9e54643efc37f Reviewed-on: http://gerrit.cloudera.org:8080/21212 Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/rpc/rpc-bench.cc 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Mahesh Reddy: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/21212 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic9af59046d6bcf28134cc88e7ff9e54643efc37f Gerrit-Change-Number: 21212 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
