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
replicator: Send local objects using new replication API
It's more lightweight and supports binary copying without additional
decode-encode round.
Based on the fact that if the object is fixed, the request remains
unchanged. According to this, transport message is encoded once and sent
to all nodes.
Closes#2317. Refs #2316.
Signed-off-by: Leonard Lyubich <[email protected]>
0 commit comments