Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
FairSchedulerAppsBlock#render throws NPE at this line
int fairShare = fsinfo.getAppFairShare(attemptId);
This causes the scheduler page now showing the app since it lack the definition of appsTableData
Uncaught ReferenceError: appsTableData is not defined
The problem is temporary meaning that it is usually resolved by itself either after a retry or after a few hours.