-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Remote Store] Add API to check status of remote store sync #3146
Copy link
Copy link
Closed
Labels
Storage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkdistributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Describe the solution you'd like
Using this API, use will be able to get the remote store sync status. The status will provide details:
- If remote translog is in-sync
- If remote translog is not in-sync, number of operations it is lagging
- If remote segment store is in-sync
- If remote segment store is not in-sync, number of segments to be uploaded, number of segments to be deleted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Storage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkdistributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request