opensearch-project/OpenSearch
Voir sur GitHubSkip metadata upload if no new segment files to upload during refresh for remote store clusters
Open
#17 530 ouverte le 6 mars 2025
Storage:Remoteenhancementgood first issue
Métriques du dépôt
- Stars
- (8 123 stars)
- Métriques de merge PR
- (Merge moyen 5j 9h) (266 PRs mergées en 30 j)
Description
Is your feature request related to a problem? Please describe
In the refresh flow of remote store indexes, we determine the files to be uploaded, upload them and then upload the associated metadata. This, however, uploads the metadata even when there is no new files to upload. This can be optimised and metadata upload can be skipped for such cases.
Describe the solution you'd like
Optimise the segments upload flow to skip metadata upload when there are no newer segment files.
Related component
No response
Describe alternatives you've considered
No response
Additional context
No response