ConfX created HBASE-27985: ----------------------------- Summary: org.apache.hadoop.hbase.TestHBaseTestingUtility failed when setting call queue read ratio to a large value Key: HBASE-27985 URL: https://issues.apache.org/jira/browse/HBASE-27985 Project: HBase Issue Type: Bug Reporter: ConfX Attachments: reproduce.sh
h2. What happened {{org.apache.hadoop.hbase.TestHBaseTestingUtility#testMiniZooKeeperWithMultipleServers}} failed when trying to run with {{hbase.ipc.server.callqueue.read.ratio=1782718229}} h2. How to reproduce # set {{hbase.ipc.server.callqueue.read.ratio=1782718229}} # run {{org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler#testCallQueueInfo}} you should observe the following failure: {code:java} java.lang.AssertionError: expected:<10> but was:<9> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler.testCallQueueInfo(TestSimpleRpcScheduler.java:176) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)