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?

貢獻者指南