Skip to content

Commit 82b8ce4

Browse files
author
ukumawat
committed
HBASE-29141 remove unwanted change
1 parent 2835b51 commit 82b8ce4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ public void testFastPathBalancedQueueRpcExecutorWithQueueLength0() throws Except
696696
int maxQueueLength = 0;
697697
PriorityFunction priority = mock(PriorityFunction.class);
698698
Configuration conf = HBaseConfiguration.create();
699-
conf.setInt(RpcScheduler.IPC_SERVER_MAX_CALLQUEUE_LENGTH, 0);
700699
Abortable abortable = mock(Abortable.class);
701700
FastPathBalancedQueueRpcExecutor executor =
702701
Mockito.spy(new FastPathBalancedQueueRpcExecutor(name, handlerCount, callQueueType,

0 commit comments

Comments
 (0)