-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
kv/kvnemesis: TestKVNemesisMultiNode failed #93312
Comments
@tbg A few meta-points: the artifacts here are huge (~30GB), we should maybe consider storing them in a more compact form? Also, the |
Heh, I was freaking out because I read this as the range having lost the range keys and other data, but the recomputation lists the delta, not the absolute stats. So there's a 10-byte discrepancy in |
93299: roachprod: bug fixes for azure.Extend r=dbist a=srosenberg roachprod extend is intended to extend the lifetime of an existing cluster. This functionality was previously broken in Azure. The changes fix the two existing bugs, namely the use of the fully-qualified subscription path (instead of the id), and the truncation of all the existing VM tags--Tags in compute.VirtualMachineUpdate must include _all_ tags, not just the modified one. Epic: none Release note: None 93333: kvserver: clarify consistency checker stats delta message r=erikgrinaker a=erikgrinaker The error message on consistency checker stats mismatches could be misleading. E.g. a test failure said: ``` RANGE_CONSISTENT_STATS_INCORRECT: stats: {ContainsEstimates:0 LastUpdateNanos:1670581562071848089 IntentAge:0 GCBytesAge:22800 LiveBytes:0 LiveCount:0 KeyBytes:0 KeyCount:0 ValBytes:0 ValCount:0 IntentBytes:0 IntentCount:0 SeparatedIntentCount:0 RangeKeyCount:1 RangeKeyBytes:60 RangeValCount:2 RangeValBytes:20 SysBytes:4314 SysCount:51 AbortSpanBytes:3927} stats - recomputation: {ContainsEstimates:0 LastUpdateNanos:1670581562071848089 IntentAge:0 GCBytesAge:0 LiveBytes:0 LiveCount:0 KeyBytes:0 KeyCount:0 ValBytes:0 ValCount:0 IntentBytes:0 IntentCount:0 SeparatedIntentCount:0 RangeKeyCount:0 RangeKeyBytes:0 RangeValCount:0 RangeValBytes:0 SysBytes:10 SysCount:0 AbortSpanBytes:0} ``` This could be read as "recomputed stats", i.e. the absolute value of the recomputed stats, indicating possible data loss. However, it is the delta of the stats minus the recomputed stats, i.e. a 10-byte discrepancy in `SysBytes`. This patch clarifies the message. Touches #93312. Epic: none Release note: None 93341: vendor: bump Pebble to 463b049c1dd1 r=jbowens a=nicktrav ``` 463b049c tool: tweak the log context regexp 5f03b000 internal: Allow building on riscv64 architecture ``` Release note: None. Epic: None. Co-authored-by: Stan Rosenberg <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Nick Travers <[email protected]>
93837: backupccl: deflake TestClusterRestoreFailCleanup r=stevendanna a=msbutler This test occasionally flakes due to #86806. To prevent the flakiness, this patch manually sets the kv.bulkio.write_metadata_sst.enabled cluster setting to false. When #86806 gets addressed, this patch should be reverted. Epic: None Release note: None 93897: kvnemesis: ignore `SysBytes:10` MVCC stats discrepancy r=erikgrinaker a=erikgrinaker Resolves #93890. Touches #93896. Touches #93312. Touches #86542. Epic: none Release note: None Co-authored-by: Michael Butler <[email protected]> Co-authored-by: Erik Grinaker <[email protected]>
kv/kvnemesis.TestKVNemesisMultiNode failed with artifacts on master @ 3910ac409195ab6ab2ec3e9f6eda553048afa23f:
Parameters:
TAGS=bazel,gss
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-22268
The text was updated successfully, but these errors were encountered: