Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
Description
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.
Attachments
Issue Links
- is part of
-
STORM-1319 Port JStorm features to storm
- Closed
- mentioned in
-
Page Loading...