Thomas Tauber-Marshall has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17086


Change subject: IMPALA-10519: Allow setting of num_reactors for KuduClient
......................................................................

IMPALA-10519: Allow setting of num_reactors for KuduClient

The KuduClient allows setting a number of reactor threads, which are
used for sending rpcs to Kudu such as for scans. The defaults is 4
threads, which may be too few for many use cases, since there is a
single KuduClient per impalad.

This patch adds a flag --kudu_client_num_reactor_threads which allows
users to set the number of threads. The default for the flag is 16,
which is consistent with the number of threads used in other IO
scenarios such as --num_s3_io_threads and --num_ozone_io_threads.

Some follow up work could be to do performance experiments and set
the default empirically.

Change-Id: If2ccb9659b9223c9a5de2416b946e6313a3239ff
---
M be/src/exec/kudu-util.cc
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/86/17086/1
--
To view, visit http://gerrit.cloudera.org:8080/17086
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2ccb9659b9223c9a5de2416b946e6313a3239ff
Gerrit-Change-Number: 17086
Gerrit-PatchSet: 1
Gerrit-Owner: Thomas Tauber-Marshall <tmarsh...@cloudera.com>

Reply via email to