-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Indexing:ReplicationIssues and PRs related to core replication framework eg segrepIssues and PRs related to core replication framework eg segrepenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestuntriaged
Description
Is your feature request related to a problem? Please describe
OpenSearch Store has the assumption that the directory is a Lucene directory and under an index folder, all the replication recovery operations are based on this assumption. It would be helpful if we could make the Store plugable, so users could potentially extend the Store's ability to handle files from directories outside the index.
Describe the solution you'd like
We could extend the IndexStorePlugin interface with StoreFactory and the getStoreFactories() method.
Related component
Indexing:Replication
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Indexing:ReplicationIssues and PRs related to core replication framework eg segrepIssues and PRs related to core replication framework eg segrepenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestuntriaged