[
https://issues.apache.org/jira/browse/IGNITE-11108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semen Boikov resolved IGNITE-11108.
-----------------------------------
Resolution: Fixed
I believe method IgniteSpiContext.
validateNode(ClusterNode node, DiscoveryDataBag discoData) was added after ZK
discovery was implemented. Changed ZookeeperDiscoveryImpl to use it instead
IgniteSpiContext.validateNode(ClusterNode node).
Fixed in master (13b81f01aa37b1b32ac776f1819e20a8d1c1015f).
> Zookeeper validates joining nodes differently
> ---------------------------------------------
>
> Key: IGNITE-11108
> URL: https://issues.apache.org/jira/browse/IGNITE-11108
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Bessonov
> Assignee: Semen Boikov
> Priority: Major
>
> Trying to run DistributedMetaStoragePersistentTest in Zookeeper Discovery
> suite I found that GridComponent#validateNode(ClusterNode,
> JoiningNodeDiscoveryData) is never invoked so node validation might work
> incorrectly.
> For example, DistributedMetaStoragePersistentTest#testConflictingData will
> fail on Zookeeper discovery, this means that DistributedMetaStorage feature
> won't work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)