Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-5071

Wrong or incomplete log message in PooledTaskRunner class.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.9.0
    • 5.9.1, 5.10.0
    • None

    Description

      Shutdown method provide incomplete trace information because second variable is missing for second {} in LOG.trace(...)
      /**

      • shut down the task
        *
      • @throws InterruptedException
        */
        public void shutdown(long timeout) throws InterruptedException {
        LOG.trace("Shutdown timeout: {} task: {}", task);

      Should be changed to:
      LOG.trace("Shutdown timeout: {} task: {}", timeout,task);

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            sdcf Yuriy Sidelnikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: