Bug
| Bug ID Number | BUG-000142298 |
|---|---|
| Submitted | August 18, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Data Store |
| Version found | 10.8.1 |
| Operating System | Windows OS |
| Operating System Version | 2019 64 Bit |
| Status | Duplicate |
Once this occurs, the index settings can be updated to remove the routing.allocation.require._name property using the following curl command:
curl --user <bds-admin-user>:<bds-admin-pass> -X PUT "http://<bds-node>:9220/<index-name>/_settings" -H "Content-Type: application/json" -d "{\"routing.allocation.require._name\": null}"
After executing this command, inspect the index properties again. The index health returns to green and the replica shards should be properly assigned again. However, the index still only has one primary shard instead of three.
Bug ID: BUG-000142298
Software:
Get help from ArcGIS experts
Download the Esri Support App