cockroachdb / cockroachdb/cockroach
sql: temp disk storage not cleaned up during execution
Open
A-sql-execution
C-bug
O-testcluster
P-3
T-sql-queries
- 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 history table's job fail with the following failure:
```
validate unique constraint: temp disk storage: disk budget exceeded: 1048576 bytes requested, 34358723838 currently allocated, 34359738368 bytes in budget
```
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-36936
Contributor guide
Assessment
This issue has not been assessed yet.