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

[jira] [Created] (STORM-1326) Evaluate/port JStorm message processing

Robert Joseph Evans created STORM-1326:
------------------------------------------

             Summary: Evaluate/port JStorm message processing
                 Key: STORM-1326
                 URL: https://issues.apache.org/jira/browse/STORM-1326
             Project: Apache Storm
          Issue Type: New Feature
          Components: storm-core
            Reporter: Robert Joseph Evans


Storm:
Deserialization happens on the netty thread

Serialization happens after the send queue when batching is happening.

JStorm:
    Add receiving and transferring queue/thread for each task to make deserialization and serialization asynchronously
    Remove receiving and transferring thread on worker level to avoid unnecessary locks and to shorten the message processing phase

The two sound equivalent now, but we should talk to see if there are other optimizations needed.



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