You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During replica recovery there are certain steps like prepareForTranslog which basically readies the engine by opening and skipping the translog recovery. This will help in long term goal to remove reliance of global/local checkpoints from primary and replica.
Describe the solution you'd like
Introduce a replication tracker proxy.
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.
The text was updated successfully, but these errors were encountered:
ashking94
changed the title
Introduce replication tracker proxy layer to make checkpoint related methods as no-op
[Remote Store] Introduce replication tracker proxy layer to make checkpoint related methods as no-op
Sep 14, 2022
Is your feature request related to a problem? Please describe.
During replica recovery there are certain steps like prepareForTranslog which basically readies the engine by opening and skipping the translog recovery. This will help in long term goal to remove reliance of global/local checkpoints from primary and replica.
Describe the solution you'd like
Introduce a replication tracker proxy.
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.
The text was updated successfully, but these errors were encountered: