HBASE-16743 TestSimpleRpcScheduler#testCoDelScheduling is broke

This commit is contained in:
Mikhail Antonov 2016-10-28 16:26:48 -07:00
parent 0f158edb3a
commit ea5b0a05d6
1 changed files with 2 additions and 1 deletions

View File

@ -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);