Browse Source

YARN-1709. In-memory data structures used to track resources over time to enable reservations.

subru 10 years ago
parent
commit
f525b01583
1 changed files with 3 additions and 0 deletions
  1. 3 0
      YARN-1051-CHANGES.txt

+ 3 - 0
YARN-1051-CHANGES.txt

@@ -5,3 +5,6 @@ YARN-2475. Logic for responding to capacity drops for the
 ReservationSystem. (Carlo Curino and Subru Krishnan via curino)
 
 YARN-1708. Public YARN APIs for creating/updating/deleting reservations. (subru)
+
+YARN-1709. In-memory data structures used to track resources over time to
+enable reservations. (subru)