Use one of the other IP finders, mostly likely the Static IP Finder. Here’s the documentation: https://apacheignite.readme.io/docs/tcpip-discovery <https://apacheignite.readme.io/docs/tcpip-discovery>
I wouldn’t recommend you use multicast for anything other than quickly getting up and running. Regards, Stephen > On 31 Mar 2020, at 08:20, xingjl6280 <[email protected]> wrote: > > Hi team, > > I have 2 clusters - Spring with Ignite(server mode). The 2 clusters are > running different business, thus i isolated them by using different > multicastGroup > > Now i have another project, how could I start 2 ignite instance joining the > 2 clusters, while still keeping the isolation? > > I tried to below but not work with error "Default Ignite instance has > already been started" > > Ignite ignite1 = Ignition.start("E:\\ignite-group-1.xml"); > Ignite ignite1 = Ignition.start("E:\\ignite-group-2.xml"); > > please kindly adivse, thank you > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
