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
- Create 2 replications with the same source and destinations, but with different filters.
- Replicate on one filter but cause the item to fail.
- Run the other configuration. It should attempt to replicate the failed item but fail.
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
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