You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Christopher Johnson (Jira)" <ji...@apache.org> on 2019/11/28 11:55:00 UTC

[jira] [Created] (STORM-3548) Remove iterator from Task.sendUnanchored

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)