[
https://issues.apache.org/jira/browse/IGNITE-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17638297#comment-17638297
]
Roman Puchkovskiy commented on IGNITE-18240:
--------------------------------------------
Thanks!
> Store logical topology as a single KV entry instead of N entries
> ----------------------------------------------------------------
>
> Key: IGNITE-18240
> URL: https://issues.apache.org/jira/browse/IGNITE-18240
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently, logical topology (which is a set of consistent IDs of the nodes
> that joined the cluster) is stored like this: if we have N nodes in the
> logical topology, we store N entries, one per node.
> IGNITE-18085 requires us to handle logical topology as a whole, also we need
> to store the logical topology version (incrementing it on each change). So we
> should store a BLOB representing the node names and topology version under a
> single key.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)