Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-10385

spelling mistakes in method getReservationContinueLook

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 3.2.1
    • None
    • capacity scheduler
    • None
    • Patch

    Description

      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 

      Attachments

        1. 0805.patch
          1 kB
          wangxiangchun

        Activity

          People

            Unassigned Unassigned
            littlehyde wangxiangchun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: