This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 30c42a87485 HBASE-29845 Description of the hbase:slowlog is not
displayed correctly (#7655)
add c770b92436f HBASE-29141 Calculate default maxQueueLength call queues
correctly (#7490)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hbase/ipc/MetaRWQueueRpcExecutor.java | 4 +-
.../hadoop/hbase/ipc/RWQueueRpcExecutor.java | 4 +-
.../org/apache/hadoop/hbase/ipc/RpcExecutor.java | 24 ++++-
.../hadoop/hbase/ipc/SimpleRpcScheduler.java | 8 +-
.../hadoop/hbase/ipc/TestRWQueueRpcExecutor.java | 13 ++-
.../apache/hadoop/hbase/ipc/TestRpcExecutor.java | 111 +++++++++++++++++++++
6 files changed, 150 insertions(+), 14 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcExecutor.java