Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
While investigating HADOOP-17314, I found that the
- TestNodeStatusUpdater#testNMRegistration() will continue running while (heartBeatID <= 3 && waitCount++ != 200) { even though the nm thread could already be dead. the unit should detect that the nm has died and terminates sooner to release resources for other tests.
- TestNodeStatusUpdater#testNMRMConnectionConf(). Same problem as described above.
Attachments
Issue Links
- links to