IllegalMonitorStateException in DataNode shutdown
-------------------------------------------------
Key: HADOOP-5517
URL: https://issues.apache.org/jira/browse/HADOOP-5517
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Amareshwari Sriramadasu
This was observed in one of the hudson runs,
org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with following
exception trace:
{noformat}
java.lang.IllegalMonitorStateException
at java.lang.Object.notifyAll(Native Method)
at org.apache.hadoop.ipc.Server.stop(Server.java:1110)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.shutdown(DataNode.java:576)
at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdownDataNodes(MiniDFSCluster.java:569)
at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:553)
at
org.apache.hadoop.mapred.ClusterMapReduceTestCase.stopCluster(ClusterMapReduceTestCase.java:129)
at
org.apache.hadoop.mapred.ClusterMapReduceTestCase.tearDown(ClusterMapReduceTestCase.java:140)
{noformat}
More logs @
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/94/testReport/org.apache.hadoop.mapred/TestBadRecords/testBadMapRed/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.