laptop and a wrench

Bug

Services in a three-node spatiotemporal big data store (BDS) cluster become restricted to a single node, resulting in an index with only a single shard and no replication.

Last Published: July 12, 2022 ArcGIS Data Store
Bug ID Number BUG-000142298
SubmittedAugust 18, 2021
Last ModifiedJune 5, 2024
Applies toArcGIS Data Store
Version found10.8.1
Operating SystemWindows OS
Operating System Version2019 64 Bit
StatusDuplicate

Additional Information

This issue is a duplicate of BUG-000139644.

Workaround

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.

Steps to Reproduce

Bug ID: BUG-000142298

Software:

  • ArcGIS Data Store

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options