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] Update index settings on shard movement during remote store migration #13316

Merged
merged 26 commits into from
Apr 30, 2024

Commits on Apr 23, 2024

  1. Initial commit

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3a7ed96 View commit details
    Browse the repository at this point in the history
  2. Adding UTs and removing seeding metadata change

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    614d3d3 View commit details
    Browse the repository at this point in the history
  3. Applying spotless on test classes

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b160699 View commit details
    Browse the repository at this point in the history
  4. Removing reverted changes from RemoteStoreUtils

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    745099e View commit details
    Browse the repository at this point in the history
  5. Moving over metadata mutate logic to IndexMetadataUpdater

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c35581b View commit details
    Browse the repository at this point in the history
  6. Fixing javadocs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    55f0c62 View commit details
    Browse the repository at this point in the history
  7. Remving unnecessary changes

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    46d7270 View commit details
    Browse the repository at this point in the history
  8. Fixing javadocs for ITs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    58717ab View commit details
    Browse the repository at this point in the history
  9. Removing custom exception

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6706d0c View commit details
    Browse the repository at this point in the history
  10. Fixing UTs for mode validations

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    16298c9 View commit details
    Browse the repository at this point in the history
  11. Addressing comments

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    98f567d View commit details
    Browse the repository at this point in the history
  12. Addressing comments and adding UTs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9dda736 View commit details
    Browse the repository at this point in the history
  13. Changing check for switching to strict mode

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a915bd View commit details
    Browse the repository at this point in the history
  14. Adding more UTs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    10c5247 View commit details
    Browse the repository at this point in the history
  15. Applying Spotless

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8a51948 View commit details
    Browse the repository at this point in the history
  16. Fixing Dual Replication ITs after rebasing

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3195b7a View commit details
    Browse the repository at this point in the history
  17. Fixing more UTs after rebasing

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7e1d9df View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Addressing comments

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6f9f0c3 View commit details
    Browse the repository at this point in the history
  2. Changing variable name from settings to clusterSettings

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5c8df2c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Addressing comments

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    98004f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    4cf8f6e View commit details
    Browse the repository at this point in the history
  2. Moving path strategy method to Utils

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e4ce087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    455bc59 View commit details
    Browse the repository at this point in the history
  4. Removing unused code

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1179072 View commit details
    Browse the repository at this point in the history
  5. Retrigger integs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4d37794 View commit details
    Browse the repository at this point in the history
  6. Retrigger integs

    Signed-off-by: Shourya Dutta Biswas <114977491+shourya035@users.noreply.github.com>
    shourya035 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a19c5cd View commit details
    Browse the repository at this point in the history