Search code examples
ignite

clustre apache ignite (2.9.1-1) ubuntu 18.04


for testing, I build a clustre apache ignite (2.9.1-1) when starting first node, everything is ok, when starting second nodes, I get an error (Failed to add node to topology because it has the same hash code for partitioned affinity as one of existing nodes) since I am not an expert in apache-ignite, I wanted to clarify how I can fix this error


Solution

  • You need to specify different consistentId for every node in the cluster.

    In this case, it is possible that you are starting both nodes with myIgniteNode01.