[
https://issues.apache.org/jira/browse/IGNITE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Zhdanov reassigned IGNITE-30:
-----------------------------------
Assignee: Sergey Evdokimov (was: Valentin Kulichenko)
# replace externalizable with serializable
# see if custom serialization is needed for metrics, etc
# serVerUid = 0
# optimize sequential message write
# benchmark
# compatibility test - add field to absract message, add field to metrics
> 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: Sergey Evdokimov
> Fix For: sprint-3
>
>
> 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)