cockroachdb / cockroachdb/cockroach
YCSB workload init CLI fails while the import job continues and finishes successfully
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
I run the command and it finishes with error in around 10 minutes:
`
~/cockroach/cockroach workload init ycsb --data-loader=IMPORT --drop --insert-count 300000000 'postgresql://root@localhost:26257?sslmode=disable' --concurrency 512
I221226 17:42:14.197406 1 ccl/workloadccl/fixture.go:318 [-] 1 starting import of 1 tables
Error: importing fixture: importing table usertable: pq: relation “usertable” is offline: importing
`
In web UI I see that the import job continues and after some more time (in my case extra 15 minutes) successfully ends. It happens in 22.2.0 and didn't happen in previous version.
Jira issue: CRDB-22838
Contributor guide
Assessment
This issue has not been assessed yet.