[
https://issues.apache.org/jira/browse/STORM-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268528#comment-15268528
]
ASF GitHub Bot commented on STORM-1745:
---------------------------------------
Github user srdo commented on the pull request:
https://github.com/apache/storm/pull/1380#issuecomment-216496822
@HeartSaVioR Sure. The current logs look like this "Starting Kafka
10.4.5.1:0 from offset 15520", which doesn't tell you which topic it's
affecting. The logs in L259 and L269 don't tell you which partition/topic
they're affecting at all. This PR changes the log to use the toString on
Partition for logging, which looks like this: "Starting Kafka 10.4.5.3
Partition{host=10.4.5.3:9092, topic=dce-data, partition=26} from offset 1612424"
> Add partition to PartitionManager logs where it's missing
> ---------------------------------------------------------
>
> Key: STORM-1745
> URL: https://issues.apache.org/jira/browse/STORM-1745
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-kafka
> Reporter: Stig Rohde Døssing
> Assignee: Stig Rohde Døssing
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)