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

[Backport 2.x] Adding Remote translog upload, download and failover changes #5757

Merged
merged 5 commits into from
Jan 9, 2023

Commits on Jan 9, 2023

  1. Introduce TranslogFactory for Local/Remote Translog support (opensear…

    …ch-project#4172)
    
    * Introduce TranslogFactory for Local/Remote Translog support
    
    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and gbbafna committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    111fc82 View commit details
    Browse the repository at this point in the history
  2. [Remote Translog] Introduce remote translog with upload functionality (

    …opensearch-project#5392)
    
    * Introduce remote translog with upload functionality 
    
    Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
    Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com>
    gbbafna and Bukhtawar committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4371f9c View commit details
    Browse the repository at this point in the history
  3. Enable creation of indices using Remote Translog (opensearch-project#…

    …5638)
    
    * Enable creation of indices using Remote Translog behind a setting and feature flag
    Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
    gbbafna committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    15ac24c View commit details
    Browse the repository at this point in the history
  4. [Remote Translog] Add support for downloading files from remote trans…

    …log (opensearch-project#5649)
    
    * Add support to download translog from remote store during recovery
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    sachinpkale authored and gbbafna committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ff2d4f1 View commit details
    Browse the repository at this point in the history
  5. Integrate remote translog download on failover (opensearch-project#5699)

    * Integrate remote translog download on failover
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 authored and gbbafna committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    654dd56 View commit details
    Browse the repository at this point in the history