You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "HeLifu (JIRA)" <ji...@apache.org> on 2017/11/08 07:38:01 UTC

[jira] [Created] (KUDU-2211) improve the thread pool for rpc service

HeLifu created KUDU-2211:
----------------------------

             Summary: improve the thread pool for rpc service
                 Key: KUDU-2211
                 URL: https://issues.apache.org/jira/browse/KUDU-2211
             Project: Kudu
          Issue Type: Improvement
          Components: rpc
    Affects Versions: 1.5.0
            Reporter: HeLifu
            Priority: Minor


in user mail list, Lee King modified his config of 'rpc_num_threads' to 128 for consensus stability, but it will waste too much resource. maybe we could do some improvement:
1) different rpc service use different config of 'rpc_num_thread';
2) use 'threadpool' instead of 'std::vector<scoped_refptr<kudu::Thread> > threads_', just like negotiation pool does;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)