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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
#24351 simplifies the broadcast tree by dropping the redundant
propagation path and removing the 2x fanout at root node.
All nodes in the cluster should adopt the new propagation tree at the same time;
otherwise because different nodes construct the propagation tree differently,
shreds don't get propagated fully across the cluster.
Therefore the change should be feature gated.