[
https://issues.apache.org/jira/browse/SAMZA-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14056709#comment-14056709
]
Chris Riccomini commented on SAMZA-324:
---------------------------------------
Could you please post a new patch that's diff'ed from the root? Looks like you
created the patch from inside samza-api:
{noformat}
$ git apply SAMZA-345.0.patch
error: src/main/java/org/apache/samza/system/SystemStreamPartition.java: No
such file or directory
{noformat}
> Better SystemStreamPartition toString
> -------------------------------------
>
> Key: SAMZA-324
> URL: https://issues.apache.org/jira/browse/SAMZA-324
> Project: Samza
> Issue Type: Improvement
> Reporter: Jakob Homan
> Assignee: Naveen
> Labels: newbie
> Attachments: SAMZA-324.patch
>
>
> Right now toString on SystemStreamPartition looks like this:
> {noformat}SystemStreamPartition [partition=Partition [partition=0],
> system=wikipedia, stream=#en.wikinews]{noformat}
> This isn't great (wrong order, very wordy), particularly when there are lots
> of them.
> A better option might be:
> {noformat}SystemStreamPartition(TheSystem, TheStream,
> ThePartitionId){noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)