Re: Identifying Coordinator node

2024-02-01 Thread Alex Plehanov
Hello, 1. Coordinator is the oldest server node. So you can use something like: ignite.cluster().forServers().forOldest().node() 2. Why can't you upgrade to the new Ignite version? Perhaps this problem is already fixed. But if not, you can provide details for the actual Ignite version and this wil

Re: Identifying Coordinator node

2024-02-01 Thread Ronak Shah
Hi, I am running into an issue where rolling deployment of my 5 node cluster is failing. The issue is repeatable when the 1st node that gets re-deploy is a coordinator node. In order to stop this behavior, I want to deploy on coordinator node last. How can I know which node is a coordinator node?