You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2015/12/01 02:26:11 UTC

[jira] [Created] (SAMZA-826) Fix string format issue with log message in ContainerUtil

Jake Maes created SAMZA-826:
-------------------------------

             Summary: Fix string format issue with log message in ContainerUtil
                 Key: SAMZA-826
                 URL: https://issues.apache.org/jira/browse/SAMZA-826
             Project: Samza
          Issue Type: Bug
            Reporter: Jake Maes
            Priority: Trivial


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)