You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We came up with an issue in opensearch 2.11 where while ingesting data into an index, all the data was getting routed to single shard even if we specify the partition size to more than 1 as value, it seems the data was only getting distributed to multiple shards if we specify the routing num shards setting value to equal to num of shards.
Describe the bug
Hi,
We came up with an issue in opensearch 2.11 where while ingesting data into an index, all the data was getting routed to single shard even if we specify the partition size to more than 1 as value, it seems the data was only getting distributed to multiple shards if we specify the routing num shards setting value to equal to num of shards.
Setting used without routing num shards setting :
Setting used with routing num shards setting which works as expected.
Related component
No response
To Reproduce
Expected behavior
It should work without specifying routing num shards setting. The data should get distributed across shards.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: