Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
-
Reviewed
Description
In our cluster we are seeing available memory and cores being negative.
Initial inspection:
Scenario no. 1:
In capacity scheduler the method allocateContainersToNode() checks if
there are excess reservation of containers for an application, and they are no longer needed then it calls queue.completedContainer() which causes resources being negative. And they were never assigned in the first place.
I am still looking through the code. Can somebody suggest how to simulate excess containers assignments ?
Attachments
Attachments
Issue Links
- is duplicated by
-
YARN-4045 Negative avaialbleMB is being reported for root queue.
- Resolved
-
YARN-4067 available resource could be set negative
- Resolved
-
YARN-4089 Race condition when calling AbstractYarnScheduler.completedContainer.
- Resolved
-
YARN-6158 FairScheduler: app usage can go to negative
- Resolved
-
YARN-6212 NodeManager metrics returning wrong negative values
- Resolved
-
YARN-10317 RM returns a negative value when TEZ AM requests resources
- Resolved
-
YARN-4698 Negative value in RM UI counters due to double container release
- Resolved
- is related to
-
YARN-4809 De-duplicate container completion across schedulers
- Open
- relates to
-
YARN-4089 Race condition when calling AbstractYarnScheduler.completedContainer.
- Resolved