You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/06 21:38:11 UTC

[jira] [Commented] (STORM-1145) Have the IConnection push batches instead of buffering them

    [ https://issues.apache.org/jira/browse/STORM-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994394#comment-14994394 ] 

ASF GitHub Bot commented on STORM-1145:
---------------------------------------

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/830#issuecomment-154525434
  
    I just rebased on the latest code in master, so not the only diffs you see should be what this patch is doing.  Before it was based off of other code that was really a part of other diffs.
    
    Please take a look again.


> Have the IConnection push batches instead of buffering them
> -----------------------------------------------------------
>
>                 Key: STORM-1145
>                 URL: https://issues.apache.org/jira/browse/STORM-1145
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>
> The messaging layer currently buffers tuples and waits for one or more threads to take the tuples and route them where they need to go.
> This adds an extra thread that a tuple has to go through before it can be processed, and places the tuple in a LinkedBlockingQueue waiting for one of the threads to be ready to process the data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)