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
Previously, `ConjunctionsCheck` took a store descriptor as an input.
However, it only needed to know the store/node attributes and locality.
Some upcoming callers (lease acquisition) can't easily construct a full
store descriptor since the locking order would cause deadlocks.
This patch changes it to only take the attributes and locality instead
of the entire store descriptor, and renames it to `CheckConjunction()`.
It also adds `CheckStoreConjunction()` as a convenience method that
takes a store descriptor, and migrates all existing callers.
Epic: none
Release note: None
0 commit comments