HBASE-16743 TestSimpleRpcScheduler#testCoDelScheduling is broke
This commit is contained in:
parent
0f158edb3a
commit
ea5b0a05d6
|
@ -410,7 +410,8 @@ public class TestSimpleRpcScheduler {
|
|||
@Test
|
||||
public void testCoDelScheduling() throws Exception {
|
||||
CoDelEnvironmentEdge envEdge = new CoDelEnvironmentEdge();
|
||||
envEdge.threadNamePrefixs.add("RpcServer.CodelBQ.default.handler");
|
||||
envEdge.threadNamePrefixs.add("RpcServer.CodelFPBQ.default.handler");
|
||||
envEdge.threadNamePrefixs.add("RpcServer.CodelRWQ.default.handler");
|
||||
Configuration schedConf = HBaseConfiguration.create();
|
||||
schedConf.setInt(RpcScheduler.IPC_SERVER_MAX_CALLQUEUE_LENGTH, 250);
|
||||
|
||||
|
|
Loading…
Reference in New Issue