Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
When a data receiver thread sees a disk error, it immediately calls shutdown to shutdown DataNode. But the shutdown method does not return before all data receiver threads exit, which will never happen. Therefore the DataNode gets into a dead/live lock state, emitting tons of log messages: Waiting for threadgroup to exit, active threads is XX.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-4962 HADOOP-4679 to be fixed for branches >= 0.19
- Closed
- relates to
-
HDFS-264 Better Datanode DiskOutOfSpaceException handling.
- Resolved
-
HADOOP-5114 A bunch of mapred unit tests are failing on Windows
- Resolved