Description
We have got a TON of questions on gridName property. Everyone thinks that clusters are formed based on the gridName, that is, nodes with the same grid name will join one cluster, and nodes with a different name will be in a separate cluster.
Let's do the following:
- Deprecate IgniteConfiguration.gridName
- Add IgniteConfiguration.localInstanceName
- Rename related parameters in Ignition class (and other places, if present)
- Update Javadoc: clearly state that this name only works locally and has no effect on topology.
2.0 migration guide has to be updated if needed: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide
Attachments
Issue Links
- Is contained by
-
IGNITE-4547 Apache Ignite 2.0 quick and needed tasks
- Resolved
- links to