wangxiangchun created YARN-10385:
------------------------------------

             Summary: spelling mistakes in method getReservationContinueLook
                 Key: YARN-10385
                 URL: https://issues.apache.org/jira/browse/YARN-10385
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacity scheduler
    Affects Versions: 3.2.1
            Reporter: wangxiangchun
         Attachments: 0805.patch

there is a small spelling mistake in the method : 

it makes readers confused . 

/*
 * Returns whether we should continue to look at all heart beating nodes even
 * after the reservation limit was hit. The node heart beating in could
 * satisfy the request thus could be a better pick then waiting for the
 * reservation to be fullfilled. This config is refreshable.
 */
public boolean getReservationContinueLook() {
 return getBoolean(RESERVE_CONT_LOOK_ALL_NODES,
 DEFAULT_RESERVE_CONT_LOOK_ALL_NODES);
}

 

 

then --> than 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org

Reply via email to