-
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
roachtest: acceptance/mixed version flaked on master #103452
Comments
cc @cockroachdb/test-eng |
It seems to me that the schemachange workload is generating schemas that should not be valid in mixed-version (specifically, that partition involving a JSONB column). @fqazi could you take a look? Also, maybe a noob question, but why is the backup step failing, and not the corresponding |
@renatolabs Let me a dig a bit |
I think #101932 will also a bit beneficial here, but I don't think it will eliminate this |
Previously, the randomized schema changer workload could try to use JSON indexes in a mixed version state where not all nodes supported them. This could lead to errors during the randomized workload. To address this, this patch version gates CREATE INDEX statements to avoid JSON indexes until the active version is high enough. Fixes: cockroachdb#103452 Release note: None
103679: workload/schemachanger: version gate JSON indexes in workload r=fqazi a=fqazi Previously, the randomized schema changer workload could try to use JSON indexes in a mixed version state where not all nodes supported them. This could lead to errors during the randomized workload. To address this, this patch version gates CREATE INDEX statements to avoid JSON indexes until the active version is high enough. Fixes: #103452 Fixes #103758 Release note: None 103783: pkg/ccl/storageccl/engineccl: ensure encryption percentage does not e… r=RahulAggarwal1016 a=RahulAggarwal1016 ensure encryption percentage does not exceed 100% package: pkg/ccl/storageccl/engineccl Previously, the `TotalFiles` property from `GenEnvStats()` returned the total number of files known to Pebble, however this results in encryption percentages that are greater than 100%. The fix is to set TotalFiles to be the maximum of the files known to Pebble and the files known by the file registry. This applies to the `TotalBytes` property as well. Fixes: #97874 Release note: None 103850: ui: remove unused karma and webpack-dashboard dependencies r=fantapop a=sjbarag We haven't used karma for testing DB Console since the summer of 2022, but never removed the declared dependency. Ditto webpack-dashboard, which hasn't been used since May 2021. Epic: none Release note: None Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Rahul Aggarwal <[email protected]> Co-authored-by: Sean Barag <[email protected]>
See CI flake here. Error that bubbled up:
Jira issue: CRDB-28007
The text was updated successfully, but these errors were encountered: