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
If either primary Nexus (that gets an artifact upload) or a replica instance is restarted after an artifact is uploaded to the primary instance, the artifact is replicated after the restart.
Expected results:
If the primary Nexus instance is restarted before it sends the notification to peers, it resends it after restart. Possibly - to all peers (then repeated notifications are gracefully handled by the replica) or just to those that didn't get it.
If a replica got a notification from a primary instance but did not completed the artifact download and is restarted, it downloads the artifact after the restart.
If primary or replica Nexus is restarted during replication, the artifact is re-downloaded after the restart.
If either primary Nexus (that gets an artifact upload) or a replica instance is restarted after an artifact is uploaded to the primary instance, the artifact is replicated after the restart.
Expected results:
It's a fault tolerance extention for #4 and #5.
The text was updated successfully, but these errors were encountered: