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
Describe the bug
If 2 configurations exist with the same source and destination nodes, it is possible for them to pick up each other's failed items. This is due to the lookup of failed items only taking into account the failure count, source name, and destination name.
Describe the bug
If 2 configurations exist with the same source and destination nodes, it is possible for them to pick up each other's failed items. This is due to the lookup of failed items only taking into account the failure count, source name, and destination name.
See: https://github.com/connexta/replication/blob/master/replication-api-impl/src/main/java/org/codice/ditto/replication/api/impl/SyncHelper.java#L264
Affects version
0.2.2
To Reproduce
Expected behavior
A configuration should only pick up on its own failed items.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: