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

Fix SLF4j logging API in AbstractManagedParentQueue#removeChildQueue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 3.2.0
    • None
    • capacity scheduler
    • None

    Description

      if (LOG.isDebugEnabled()) {
        LOG.debug("Removed child queue: {}" + cs.getQueueName());
      }
      

      The '+' should be ','

      if (LOG.isDebugEnabled()) {
        LOG.debug("Removed child queue: {}", cs.getQueueName());
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hunhun hunshenshi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: