-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Remote Store] Introduce segment replication as prefinal step during recovery of replicas #4231
Copy link
Copy link
Closed
Labels
Indexing:ReplicationIssues and PRs related to core replication framework eg segrepIssues and PRs related to core replication framework eg segrepenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Is your feature request related to a problem? Please describe.
Since there is no translog in replicas of remote store enabled clusters with translogs stored remotely, there is a need to perform segment replication upto last refresh on primary so that the search results are consistent with primary.
Describe the solution you'd like
The translog replay can probably be replaced with Segment replication so that all operations until the last refresh on primary is made available to the replica.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Indexing:ReplicationIssues and PRs related to core replication framework eg segrepIssues and PRs related to core replication framework eg segrepenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request