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
Given Cluster A and Cluster B such that Cluster A replicates to B and B replicates to A, an object put at B will replicate to A. Objects sent to A are put into queue, but then skipped when attempted to be pulled (at A for replication to B). The unacked stat would not take these skips into account, thus giving an inaccurate view of what was happening.