yugabyte/yugabyte-db
在 GitHub 查看[DocDB] After deleting snapshot_schedule, there is about few seconds (about 5 to 10 seconds) of latency in reflecting in list_snapshot_schedules.
Open
#13,438 建立於 2022年7月26日
good first issuekind/bugpriority/medium
倉庫指標
- Star
- (8,229 star)
- PR 合併指標
- (平均合併 17天 21小時) (30 天內合併 92 個 PR)
描述
Jira Link: DB-3059
Description
Steps:
- Create a snapshot schedule.
- Delete snapshot_schedule.
- List all snapshot schedules via list_snapshot_schedules.
Observation:
If we keep on hitting list_snapshot_schedules, it will list deleted one as well for around 5 to 10 seconds. There is latency. Is this async call? Should we make it sync call?