Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10115 )
Change subject: KUDU-2368 Configure num_reactors in client ...................................................................... KUDU-2368 Configure num_reactors in client The number of reactors was not configurable from the KuduClient, it always used the default number of 4. This patch adds ability to configure the number of reactors in KuduClientBuilder. Change-Id: I8320d7d664b8006111e7316643f58b4e32c5081f Reviewed-on: http://gerrit.cloudera.org:8080/10115 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/client_builder-internal.h 3 files changed, 22 insertions(+), 0 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10115 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8320d7d664b8006111e7316643f58b4e32c5081f Gerrit-Change-Number: 10115 Gerrit-PatchSet: 4 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
