Github user erikdw commented on a diff in the pull request:
https://github.com/apache/storm/pull/2109#discussion_r116337306
--- Diff:
external/storm-kafka/src/jvm/org/apache/storm/kafka/ZkCoordinator.java ---
@@ -75,9 +79,9 @@ private static DynamicBrokersReader buildReader(Map
stormConf, SpoutConfig spout
@Override
public void refresh() {
try {
- LOG.info(taskId(_taskIndex, _totalTasks) + "Refreshing
partition manager connections");
+ LOG.info(taskId(_taskIndex, _totalTasks, _taskID) + "
Refreshing partition manager connections");
--- End diff --
thanks for noticing and fixing these spacing issues in the log lines!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---