cockroachdb / cockroachdb/cockroach

crosscluster/logical: in SHOW LDR JOBS, either report rounded down replicated time, or replicatedTimeEpoch

Open
#130,114 2 comments 0 reactions 0 assignees View on GitHub
A-disaster-recovery C-enhancement T-disaster-recovery
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

To ensure resumption from a cursor without data loss, the user relies on the replicated time provided by SHOW LDR JOBS. The stringified replicated time may get rounded past the persisted hlc.timestamp to the nearest microsecond. Instead, we should intentionally round down the replicated time presented in SHOW LDR JOBS, or also post the replicatedTimeEpoch (AOST) as a decimal.

Jira issue: CRDB-41878

Epic CRDB-40869

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.