-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Remote Segment Store] Define RemoteDirectory interface #2993
Comments
Initial implementation can be found in the fork: https://github.com/sachinpkale/OpenSearch/blob/feature/remote_directory/server/src/main/java/org/opensearch/index/engine/RemoteDirectory.java Corresponding RemoteIndexInput and RemoteIndexOutput. Next steps:
|
Moved Next step: Add unit tests and raise PR. |
PR link: #3102 |
Is your feature request related to a problem? Please describe.
As described in the Feature Proposal, all the read/write operations to remote segment store will happen via
RemoteDirectory
interface. This task will define the RemoteDirectory interface along with correspondingRemoteIndexInput
(extends IndexInput) andRemoteIndexOutput
(extends IndexOutput) classes.Describe the solution you'd like
ToDo
Describe alternatives you've considered
ToDo
Additional context
ToDo
The text was updated successfully, but these errors were encountered: