This is an automated email from the ASF dual-hosted git repository.
reidchan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 1388ca3 HBASE-26657 ProfileServlet should move the output location to
hbase specific directory (#4022)
add 3a14cfc HBASE-26551 Add FastPath feature to HBase RWQueueRpcExecutor
(#3929)
No new revisions were added by this update.
Summary of changes:
.../ipc/FastPathBalancedQueueRpcExecutor.java | 64 ++--------
.../hbase/ipc/FastPathRWQueueRpcExecutor.java | 72 +++++++++++
.../hadoop/hbase/ipc/FastPathRpcHandler.java | 76 ++++++++++++
.../hadoop/hbase/ipc/RWQueueRpcExecutor.java | 19 ++-
.../org/apache/hadoop/hbase/ipc/RpcExecutor.java | 105 ++---------------
.../org/apache/hadoop/hbase/ipc/RpcHandler.java | 131 +++++++++++++++++++++
.../hadoop/hbase/ipc/SimpleRpcScheduler.java | 2 +-
.../hadoop/hbase/ipc/TestSimpleRpcScheduler.java | 2 +-
8 files changed, 316 insertions(+), 155 deletions(-)
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/FastPathRWQueueRpcExecutor.java
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/FastPathRpcHandler.java
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcHandler.java