Yakov Zhdanov created IGNITE-30:
-----------------------------------
Summary: Rework discovery low-level protocol
Key: IGNITE-30
URL: https://issues.apache.org/jira/browse/IGNITE-30
Project: Ignite
Issue Type: Task
Reporter: Yakov Zhdanov
Assignee: Valentin Kulichenko
Please see if we can address the following
# Avoid extra-serializations. We should not read, deserialize and serialize
message again. Instead we should read, deserialize, process and if message
stays unchanged, send previously read bytes to next node
# Can we make the protocol extensible? Reserve flags, binary fields, e.g.
# Need somehow optimize heartbeats processing. This message usually is changed
during processing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)