Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-826

Fix string format issue with log message in ContainerUtil

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.10.0
    • None

    Description

      In ContainerUtil.java there is a log line that uses the wrong formatting token. Line:
      log.info("Starting container ID {} using package path %s", samzaContainerId, path);

      Causes the following example log message:
      "Starting container ID 118 using package path %s"

      The '%s' should be replaced with '{}' to conform to slf4j convention so the path string will be printed in the message.

      Attachments

        1. SAMZA-826.0.patch
          0.7 kB
          Aleksandar Bircakovic

        Activity

          People

            a.bircakovic Aleksandar Bircakovic
            jmakes Jake Maes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: