[
https://issues.apache.org/jira/browse/SAMZA-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966757#comment-15966757
]
ASF GitHub Bot commented on SAMZA-1208:
---------------------------------------
GitHub user navina reopened a pull request:
https://github.com/apache/samza/pull/121
SAMZA-1208 - IllegalFormatConversionException in LocalContainerRunner
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navina/samza SAMZA-1208
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/121.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #121
----
commit 2ab3fe6386cd7bdd8124ac7e368b8e54d53cb270
Author: Navina Ramesh <[email protected]>
Date: 2017-04-12T22:30:05Z
SAMZA-1208 - IllegalFormatConversionException in LocalContainerRunner
----
> IllegalFormatConversionException in LocalContainerRunner
> --------------------------------------------------------
>
> Key: SAMZA-1208
> URL: https://issues.apache.org/jira/browse/SAMZA-1208
> Project: Samza
> Issue Type: Bug
> Reporter: Logan Rosen
> Assignee: Navina Ramesh
>
> [~navina]'s change associated with SAMZA-1126 changed container ID to be a
> string instead of an integer, but one of the log statements wasn't updated
> accordingly in LocalContainerRunner, causing an
> IllegalFormatConversionException at runtime:
> {noformat}java.util.IllegalFormatConversionException: d != java.lang.String
> at
> java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302)
> at java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2793)
> at java.util.Formatter$FormatSpecifier.print(Formatter.java:2747)
> at java.util.Formatter.format(Formatter.java:2520)
> at java.util.Formatter.format(Formatter.java:2455)
> at java.lang.String.format(String.java:2940)
> at
> org.apache.samza.runtime.LocalContainerRunner.main(LocalContainerRunner.java:108){noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)