Christopher Johnson created STORM-3548:
------------------------------------------
Summary: Remove iterator from Task.sendUnanchored
Key: STORM-3548
URL: https://issues.apache.org/jira/browse/STORM-3548
Project: Apache Storm
Issue Type: Improvement
Components: storm-client
Affects Versions: 2.1.0
Reporter: Christopher Johnson
Assignee: Christopher Johnson
Storm 2.x aims to remove iterators from the critical path to reduce garbage.
This method is called to send acking tuples so should use a for loop instead of
list iterator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)