yugabyte/yugabyte-db
Ver no 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 aberto em 26 de jul. de 2022
good first issuekind/bugpriority/medium
Métricas do repositório
- Stars
- (8.229 stars)
- Métricas de merge de PR
- (Mesclagem média 17d 21h) (92 fundiu PRs em 30d)
Description
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?