Bikramjeet Vig has uploaded this change for review. ( 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 which enables setting the size of the thread pool used to process the internal post-accept, pre-setup connection queue for Impala internal connections. The default is set to 1 which ensures that this change does not affect current behaviour. Testing: Tested manually by adding a sleep and making sure other threads are used. TODO: run exhaustive tests with a pool size > 1. Change-Id: I31344321a5f9e840a399ccb0f963c0759e2ab234 --- M be/src/rpc/TAcceptQueueServer.cpp 1 file changed, 15 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/11873/1 -- 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: newchange Gerrit-Change-Id: I31344321a5f9e840a399ccb0f963c0759e2ab234 Gerrit-Change-Number: 11873 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
