Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Recently we observed a rare bug that an elapsed time of a reducer is going to be negative on JHS web UI and via REST APIs. While the real reason for this bug seems to be clock asynchronization on different hosts, the web frontend should have masked the negative values. However, in the current code, org.apache.hadoop.mapreduce.v2.app.webapp.dao.* only check whether the elapsed time is -1 or not.
Attachments
Attachments
Issue Links
- is related to
-
YARN-2327 YARN should warn about nodes with poor clock synchronization
- Open