Cluster config directory on locators is similar to the disk-store on cache servers in GemFire. In other words, the cluster_config directory on locators behaves similarly to the data directories on servers.
When enable-cluster-configuration=true, then the GemFire cluster configuration service persists the cluster configuration created by gfsh commands to the locators in a cluster and distributes the configuration to the members of the cluster.
While restarting the locators, you may see the following log message:
Region /_ConfigurationRegion has potentially stale data. It is waiting for another member to recover the latest data. My persistent id: DiskStore ID: ac0a4f9a-9731-4d7f-a7a9-b6ff306c49f4 Name: locator-03 Location: /locator/ConfigDiskDir_locator-03 Members with potentially new data: [ DiskStore ID: 55c9985d-669f-46aa-8f02-551c63a718eb Name: locator-01 Location: /locator/ConfigDiskDir_locator-01 ]
To avoid this log message when restarting the locators, start all locators parallel or in the opposite order of stopping the locators.