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 opened on 2022/07/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (1,003 件のフォーク)batch import
good first issuekind/bugpriority/medium

Repository metrics

Stars
 (8,229 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド