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

[Remote Store] Inject remote store in IndexShard instead of RemoteStoreRefreshListener #3703

Merged

Commits on Jun 29, 2022

  1. Inject remote store in IndexShard instead of RemoteStoreRefreshListener

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    23d09af View commit details
    Browse the repository at this point in the history
  2. Pass supplier of RepositoriesService to RemoteDirectoryFactory

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a137ee1 View commit details
    Browse the repository at this point in the history
  3. Create isRemoteStoreEnabled function for IndexShard

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ec14e20 View commit details
    Browse the repository at this point in the history
  4. Explicitly close remoteStore on indexShard close

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    25a5306 View commit details
    Browse the repository at this point in the history
  5. Change RemoteDirectory.close to a no-op

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3e0aa6b View commit details
    Browse the repository at this point in the history