Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11873 )
Change subject: IMPALA-7565: Add startup flag to set thrift connection setup thread pool size ...................................................................... IMPALA-7565: Add startup flag to set thrift connection setup thread pool size This patch adds a hidden experimental startup flag called 'accepted_cnxn_setup_thread_pool_size' which enables setting the size of the thread pool used to process the internal post-accept, pre-setup connection queue in each thrift server set up to service Impala internal and external connections. The default is set to 1 which ensures that this change does not affect current behavior. Testing: Tested manually by adding a sleep and making sure other threads are used. Ran exhaustive tests with a pool size set to 10 successfully. Change-Id: I31344321a5f9e840a399ccb0f963c0759e2ab234 Reviewed-on: http://gerrit.cloudera.org:8080/11873 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/rpc/TAcceptQueueServer.cpp 1 file changed, 17 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11873 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I31344321a5f9e840a399ccb0f963c0759e2ab234 Gerrit-Change-Number: 11873 Gerrit-PatchSet: 5 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]>
