Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve logic to collect
indexer_shards
to get shard_index
from `…
…shard_id` (#12579) **Problem** The current implementation incorrectly mixes `shard_index` values, causing inconsistencies during the data collection process. This leads to incorrect shard mapping and potential data inaccuracies. **Solution** This PR updates the logic to correctly collect `indexer_shards` and get the `shard_index` directly from the `shard_id`. The updated approach ensures accurate shard indexing and resolves the problem of mixed `shard_index` values.
- Loading branch information