Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.9.0, 3.0.0-alpha2
-
None
Description
Better to move out FS state dump code out of update()
if (LOG.isDebugEnabled()) { if (--updatesToSkipForDebug < 0) { updatesToSkipForDebug = UPDATE_DEBUG_FREQUENCY; dumpSchedulerState(); } }
And, after that we should distinct between update call and update thread duration like before YARN-6112.