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
Current CSM states 8o.ii, 8o.iii, and 8o.iv require siblings directly request each other's status. That is not according to tree edges, and can therefore likely only occur in the parent (if following structure).
Previously (old fetch CSM model) in cascade tree-init, when siblings cannot resolve their initialization there is a problem of figuring out which sibling should be initialized first. The old fetch code required each clique to resolve the init priority of all its siblings (basically sharing data not along edges of the tree -- really bad).
If cascading and sibling order is required again, these old functions should be performed by the common parent instead and then direct which child to solve first.
Current CSM states
8o.ii
,8o.iii
, and8o.iv
require siblings directly request each other's status. That is not according to tree edges, and can therefore likely only occur in the parent (if following structure).Stems from
Also see pull model,
cc @Affie
The text was updated successfully, but these errors were encountered: