You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "wangxiangchun (Jira)" <ji...@apache.org> on 2020/08/05 08:38:00 UTC

[jira] [Created] (YARN-10385) spelling mistakes in method getReservationContinueLook

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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org