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

Split the remote global metadata file to metadata attribute files #12190

Merged
merged 29 commits into from
May 16, 2024

Commits on Feb 6, 2024

  1. Split the cluster state remote global metadata file to metadata attri…

    …bute files
    
    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6bf7bc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Upload all the metadata attributes in parallel

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5d6a0ad View commit details
    Browse the repository at this point in the history
  2. Added javadocs

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    279dbbe View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Address PR comment

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0542849 View commit details
    Browse the repository at this point in the history
  2. Add Integ test

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c9fb25b View commit details
    Browse the repository at this point in the history
  3. Added a bwc test

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fc270d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Address PR comments

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    adb4cf2 View commit details
    Browse the repository at this point in the history
  2. Modify Custom's fromXContent

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0b38736 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove ClusterMetadataManifest constructor

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c86c0f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Added tests

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3ed92e5 View commit details
    Browse the repository at this point in the history
  2. remove stale global metadata files

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e1f517e View commit details
    Browse the repository at this point in the history
  3. spotless apply

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cd5c9a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd97d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    8244c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' into cluster_state_split

    # Conflicts:
    #	server/src/main/java/org/opensearch/gateway/remote/RemoteClusterStateService.java
    #	server/src/test/java/org/opensearch/gateway/remote/RemoteClusterStateServiceTests.java
    shiv0408 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    425cf20 View commit details
    Browse the repository at this point in the history
  2. fix build after merge

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8efc1ed View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6c637c0 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    494aacc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Address further PR comment

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    928b650 View commit details
    Browse the repository at this point in the history
  2. apply spotless

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2ebfc6d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. removed unnecessary method

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fb0b6aa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Address further PR comments

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    032ced2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd76f39 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix test failures

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e81db21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b20537a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Change TemplatesMetadata to API

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    87893ad View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. updated API version for TemplatesMetadata.Builder

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2fe0dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556278f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    4f8a64e View commit details
    Browse the repository at this point in the history