Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2241#discussion_r129536103 --- Diff: storm-client/src/jvm/org/apache/storm/executor/spout/SpoutOutputCollectorImpl.java --- @@ -44,14 +47,15 @@ private final Boolean isEventLoggers; private final Boolean isDebug; private final RotatingMap<Long, TupleInfo> pending; + private TupleInfo globalTupleInfo = new TupleInfo(); --- End diff -- This seems to be based on the fact SpoutOutputCollector doesn't need to be thread-safe. If yes let's add comment on this.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---