Srikanth Srungarapu created HBASE-13180: -------------------------------------------
Summary: TestRegionReplicas.testGetOnTargetRegionReplica fails frequently. Key: HBASE-13180 URL: https://issues.apache.org/jira/browse/HBASE-13180 Project: HBase Issue Type: Bug Reporter: Srikanth Srungarapu Priority: Minor Noticing the test failure frequently on internal test rig. {code} FAILED: org.apache.hadoop.hbase.regionserver.TestRegionReplicas.testGetOnTargetRegionReplicaError Message: 1 Stack Trace: java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas$ResultBoundedCompletionService.submit(RpcRetryingCallerWithReadReplicas.java:420) at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.addCallsForReplica(RpcRetryingCallerWithReadReplicas.java:280) at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.call(RpcRetryingCallerWithReadReplicas.java:199) at org.apache.hadoop.hbase.client.HTable.get(HTable.java:890) at org.apache.hadoop.hbase.regionserver.TestRegionReplicas.testGetOnTargetRegionReplica(TestRegionReplicas.java:193) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)