-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github.com/cockroachdb/cockroach/pkg/ccl/importccl: TestMultiNodeExportStmt failed under stress #26121
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/b5edd2a76f1cdea7c24ce97ce27d663a02fadfbb Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=686572&tab=buildLog |
@windchan7 this was recently introduced by you, could you send a fix? The problem is that the error you get back isn't cockroach/pkg/storage/replica_sideload_disk.go Lines 117 to 121 in b5edd2a
|
SHA: https://github.com/cockroachdb/cockroach/commits/89690e007f3f4bab973a107754f471d140d5373f Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=687188&tab=buildLog |
Yes, I believe I had a sanity check against the returned error from RocksDB, here:https://github.com/cockroachdb/cockroach/blob/master/pkg/storage/engine/rocksdb.go#L2657. If the error on the RocksDB side is not found error, I will return Anyway, I will see what's going on. |
Reproed in ~1h on a gce worker with
|
SHA: https://github.com/cockroachdb/cockroach/commits/4bcf507fc2c930f602d09e3561a1cb728223096b Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=689041&tab=buildLog |
SHA: https://github.com/cockroachdb/cockroach/commits/81c8044c7a19281610180527d0cefc4094673fa0 Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=689660&tab=buildLog |
26259: storage: fix RocksDB error and go os error discrepancy r=tschottdorf a=windchan7 Because error returned from RocksDB is different from go's os error, we need to bridge the gap by examining error message. Fixes #26121 Release note: None Co-authored-by: Victor Chen <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/cbbc13cd30b14bc16cd8ebe56be093f264465ebe
Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=680975&tab=buildLog
The text was updated successfully, but these errors were encountered: