|
@@ -425,7 +425,7 @@ public class QueuePriorityContainerCandidateSelector
|
|
|
|
|
|
long currentTime = System.currentTimeMillis();
|
|
long currentTime = System.currentTimeMillis();
|
|
|
|
|
|
- // From the begining of the list
|
|
|
|
|
|
+ // From the beginning of the list
|
|
for (RMContainer reservedContainer : reservedContainers) {
|
|
for (RMContainer reservedContainer : reservedContainers) {
|
|
// Only try to preempt reserved container after reserved container created
|
|
// Only try to preempt reserved container after reserved container created
|
|
// and cannot be allocated after minTimeout
|
|
// and cannot be allocated after minTimeout
|