You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parallel-workload: prepare (disabled) extensions 2 and 4
Land the coverage for extension directions 2 and 4 but leave it commented out
of read_action_list, ready to flip on once the tracked bugs are fixed. Enabling
now would only re-detect known-unfixed coordinator/compute bugs, breaking
mergeability without finding anything new.
- DependencyConsistencyAction (ext 2, dependency oracle): flags any
mz_object_dependencies edge whose endpoints are not both live objects, the
SQL-521 MissingUses class. Enable once SQL-521 is fixed.
- SourceReadHoldSweepAction (ext 4, kill enrichment): reads source-backed
relations to force read-hold acquisition on their remap shards, stressing
reinstatement across restart (SS-346) and post-ALTER-TABLE-ADD-COLUMN as_of
(PER-49). Enable once SS-346 and PER-49 are fixed.
Extension 3 (namespace CASCADE races) is already prepared this way:
DropDatabaseCascadeAction exists and is commented out with a SQL-518 TODO.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments