2024-11-07T23:23:08.282-05:00 [DiscoveryWorker-49705] ERROR (com.nolio.nimi.routing.impl.BasicRoutingDiscoveryWorker:336) - Got invalid response for [nid:<agent_nid>]. [[NodeInfo{nodeId=nid: ... - route contains a loop with this node [nid:es_<nes_id>].
Release Automation - All Versions
There is a loop in NES supernode configuration.
For example :
NES1 has NES2 and NES3 as supernodes
NES2 has NES1 and NES3 as supernodes
NES has no supernode
There is a loop between NES1 and NES2
Check the supernode configuration of all NES in file <ra_home>/conf/nimi_config.xml and remove the loop
Example :
To remove the loop we could for example remove NES1 as supernode of NES2 :
NES2 has now this in nimi_config.xml
<supernodes>
<supernode>NES3:6600</supernode>
</supernodes>