yugabyte/yugabyte-db

[DocDB] After deleting snapshot_schedule, there is about few seconds (about 5 to 10 seconds) of latency in reflecting in list_snapshot_schedules.

开放

#13,438 创建于 2022年7月26日

 (0 条评论) (0 个反应) (0 位负责人)C (1,003 个派生)batch import
good first issuekind/bugpriority/medium

仓库指标

星标
 (8,229 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Jira Link: DB-3059

Description

Steps:

  1. Create a snapshot schedule.
  2. Delete snapshot_schedule.
  3. 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?

贡献者指南