Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle remote store custom metadata during docrep to remote migration #13745

Open
skumawat2025 opened this issue May 19, 2024 · 1 comment · May be fixed by #13810
Open

Handle remote store custom metadata during docrep to remote migration #13745

skumawat2025 opened this issue May 19, 2024 · 1 comment · May be fixed by #13810
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Remote

Comments

@skumawat2025
Copy link
Contributor

skumawat2025 commented May 19, 2024

Is your feature request related to a problem? Please describe

During the document replication to a remote store migration of an index, we need to determine the remote custom metadata in determineRemoteStoreCustomMetadataDuringMigration. In the remote custom metadata there is a flag translog-metadata that needs to know the translog blobstore metadata support to set it's value correctly.

There should be a check to determine if the registered translog blobstore supports object metadata or not.
Currently, the blobStoreMetadataEnabled flag is set to false because the integration tests run on the local file system, which does not support custom metadata. However, in a production environment, this flag should be set based on the capabilities of the registered blobstore.

Describe the solution you'd like

NA

Related component

Storage:Remote

Describe alternatives you've considered

No response

Additional context

No response

@sachinpkale
Copy link
Member

[Storage Triage - attendees 1 2 3 4 5 6 7 8 9 10 ]

Thanks for creating this issue, moved to In Progress based on the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Remote
Projects
Status: 🏗 In progress
3 participants