[
https://issues.apache.org/jira/browse/HBASE-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702006#comment-14702006
]
Andrew Purtell commented on HBASE-14241:
----------------------------------------
With your patch applied [~tedyu] I get this retesting TestMasterMetricsWrapper:
{noformat}
2015-08-18 21:21:13,234 DEBUG [IPC Client (926200459) connection to
ip-10-32-130-237.us-west-2.compute.internal/10.32.130.237:48717 from apurtell]
ipc.RpcClientImpl$Connection(579): IPC Client (926200459) connection to
ip-10-32-130-237.us-west-2.compute.internal/10.32.130.237:48717 from apurtell:
unexpected throwable while waiting for call responses
java.lang.IllegalMonitorStateException
at java.lang.Object.notifyAll(Native Method)
at
org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.markClosed(RpcClientImpl.java:1039)
at
org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.readResponse(RpcClientImpl.java:997)
at
org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.run(RpcClientImpl.java:566)
{noformat}
> Deadlock during HBaseTestingUtility#shutdownMiniHBaseCluster
> ------------------------------------------------------------
>
> Key: HBASE-14241
> URL: https://issues.apache.org/jira/browse/HBASE-14241
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.0.2
> Reporter: Andrew Purtell
> Assignee: Ted Yu
> Attachments: 14241-v1.txt, deadlock.txt.gz
>
>
> Caught while testing branch-1.0, shutting down TestMasterMetricsWrapper.
> Found one Java-level deadlock:
> =============================
> "MASTER_META_SERVER_OPERATIONS-ip-10-32-130-237:55342-0":
> waiting to lock monitor 0x00007f2a040051c8 (object 0x00000007e36108a8, a
> org.apache.hadoop.hbase.util.PoolMap),
> which is held by "M:0;ip-10-32-130-237:55342"
> "M:0;ip-10-32-130-237:55342":
> waiting to lock monitor 0x00007f2a04005118 (object 0x00000007e3610b00, a
> org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection),
> which is held by "MASTER_META_SERVER_OPERATIONS-ip-10-32-130-237:55342-0"
> Full stack dump and deadlock debug output attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)