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)

Reply via email to