Hi, all,
Our application is using coprocessor to communicate with HBase, not using the get()/put() client API. When there are large concurrency, the performance is degrading very fast. I checked there is hbase.regionserver.handler.count which control how many thread in RS to handle client request. Will coprocessor use those same threads? thanks, Ming
