Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.5.0
-
None
-
None
Description
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;