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] Add capability of doing refresh as determined by the translog #12992

Merged
merged 18 commits into from
Apr 25, 2024

Commits on Apr 3, 2024

  1. Adding support to allow refresh interval -1

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f24757d View commit details
    Browse the repository at this point in the history
  2. Changing logic to Just trigger refresh, and leave trimtranslog on Aft…

    …erWriteAction, which trims unreferenced translog readers after every write
    
    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5f4ca3a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Added IT/UT and changed setting scope

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0e1a2d3 View commit details
    Browse the repository at this point in the history
  2. Minor correction

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4fd9bf5 View commit details
    Browse the repository at this point in the history
  3. Comments and CHANGELOG.md

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    90bcd5e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Make refresh non-blocking

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cb0fc32 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Added UT for IndexShard changes

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f28ef5c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Some refactoring and name changes

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c5df7d4 View commit details
    Browse the repository at this point in the history
  2. rebase from main

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    29cb727 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge branch 'main' of https://github.com/opensearch-project/OpenSearch

    … into refreshIntervalUpdate
    Shubh Sahu committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1718d64 View commit details
    Browse the repository at this point in the history
  2. Code refactoring

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d1ffa62 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Changed logic to do flush instead of refresh

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d0c2dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. rebuild jenkins empty commit

    Shubh Sahu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6d93d6a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/opensearch-project/OpenSearch

    … into refreshIntervalUpdate
    Shubh Sahu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    efd3e17 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Addresed comment on PR

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    312c58a View commit details
    Browse the repository at this point in the history
  2. Merge from main

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6330d16 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Addressed comment on PR

    Signed-off-by: Shubh Sahu <[email protected]>
    Shubh Sahu committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8a81cb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/opensearch-project/OpenSearch

    … into refreshIntervalUpdate
    Shubh Sahu committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    503f8ec View commit details
    Browse the repository at this point in the history