[ https://issues.apache.org/jira/browse/HBASE-27985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ConfX updated HBASE-27985: -------------------------- Parent: HBASE-28104 Issue Type: Sub-task (was: Bug) > 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: Sub-task > Reporter: ConfX > Priority: Critical > 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)