[ https://issues.apache.org/jira/browse/HBASE-12825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Purtell reopened HBASE-12825: ------------------------------------ After this commit TestHMasterRPCException fails consistently on every host I test it on: {noformat} Running org.apache.hadoop.hbase.master.TestHMasterRPCException Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.073 sec <<< FAILURE! - in org.apache.hadoop.hbase.master.TestHMasterRPCException testRPCException(org.apache.hadoop.hbase.master.TestHMasterRPCException) Time elapsed: 3.056 sec <<< ERROR! com.google.protobuf.ServiceException: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.ipc.ServerNotRunningYetException): org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server aspire/127.0.1.1:43528 is not running yet at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:98) at org.apache.hadoop.hbase.ipc.FifoRpcScheduler$1.run(FifoRpcScheduler.java:74) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at org.apache.hadoop.hbase.ipc.RpcClient.call(RpcClient.java:1457) at org.apache.hadoop.hbase.ipc.RpcClient.callBlockingMethod(RpcClient.java:1661) at org.apache.hadoop.hbase.ipc.RpcClient$BlockingRpcChannelImplementation.callBlockingMethod(RpcClient.java:1719) at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$BlockingStub.isMasterRunning(MasterProtos.java:43617) at org.apache.hadoop.hbase.master.TestHMasterRPCException.testRPCException(TestHMasterRPCException.java:63) Results : Tests in error: TestHMasterRPCException.testRPCException:63 ยป Service org.apache.hadoop.hbase.... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 {noformat} > CallRunner exception messages should include destination host:port > ------------------------------------------------------------------ > > Key: HBASE-12825 > URL: https://issues.apache.org/jira/browse/HBASE-12825 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > > Attachments: HBASE-12825.00.patch > > > Noticed while debugging some IT failure. Would be nice to know who we we re > trying to talk to. -- This message was sent by Atlassian JIRA (v6.3.4#6332)