Re: [DISCUSS] Use single RPC queue as default for each type of calls

2023-05-29 Thread Xiaolin Ha
We should set the factor to be a very small number, e.g. the handler count of the regionserver is set to 200, the factor can be 0.01, while the call queue compute algorithm should be improved to make each request type have at least one call queue. 张铎(Duo Zhang) 于2023年5月30日周二 10:44写道: > Set the f

Re: [DISCUSS] Use single RPC queue as default for each type of calls

2023-05-29 Thread Duo Zhang
Set the factor to 1 will lead to a single queue for a request type? Xiaolin Ha 于2023年5月30日周二 09:24写道: > Currently, the handlers for processing RPC calls are divided into three > types, they are write, read and scan. Correspondingly, each type of handler > corresponds to a certain number of queue

[DISCUSS] Use single RPC queue as default for each type of calls

2023-05-29 Thread Xiaolin Ha
Currently, the handlers for processing RPC calls are divided into three types, they are write, read and scan. Correspondingly, each type of handler corresponds to a certain number of queues. The corresponding mode of handler and queue is according to "hbase.ipc.server.callqueue.handler.factor", th