cockroachdb / cockroachdb/cockroach
import: validation fails with batch timestamp below GC threshold
Open
A-import
C-bug
O-testcluster
P-2
T-sql-foundations
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
When running IMPORT on the larger `drt-chaos` cluster for a 1.5M warehouse multi-region TPC-C database, we're seeing the new_order table's job fail with the following failure:
```
validate unique constraint: batch timestamp 1711049290.162656440,0 must be after replica GC threshold 1711049326.545565000,0
```
Logs can be found on `drt-chaos-workload:1` in the `cockroach-drt` project.
Marking this as P-0 as it's preventing us from running TPC-C on the cluster.
Jira issue: CRDB-36935
Epic CRDB-62881
Contributor guide
Assessment
This issue has not been assessed yet.