-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 6.2.0, 6.3.3
-
Fix Version/s: 6.8.0
-
Component/s: Replication
-
Labels:None
-
Severity:Critical
-
Requirement Status:
Pull replication does not re-establish after one of the instances (pull target) restarts.
Applicable for HA as well
Steps to reproduce:
1. Start instance A.
2. Start instance B.
3. Configure local, remote full-mesh event-based pull replication.
4. Upload artifact to instance A, check instance B cache – OK: artifact replicated.
5. Upload artifact to instance B, check instance A cache – OK: artifact replicated.
6. Stop instance A.
7. Start instance A.
8. Upload artifact to instance A, check instance B cache – OK: artifact replicated.
9. Upload artifact to instance B, check instance A cache – FAIL: artifact missing.
- is duplicated by
-
RTFACT-17500 Multipush replication does not initialize after instance restart
- Done