]
Tristan Tarrant reassigned ISPN-3788:
-------------------------------------
Assignee: (was: Mircea Markus)
Cross site replication TCP connection does not get re-established,
and no error reported
----------------------------------------------------------------------------------------
Key: ISPN-3788
URL:
https://issues.jboss.org/browse/ISPN-3788
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 5.2.5.Final
Environment: ISPN 5.2.5 final with 2 site in xsite replication (sync)
configuration
Reporter: dex chen
The xsite replication TCP connection does not get reestablished after the cache started.
To reproduce the issue:
0) block the tcp port between the 2 sites (such as 7800) which is configured for xsite
replication
1) start both clusters
2) the 2 clusters are all up (no errors), but the xsite tcp connection is not established
(e.g., by checking the netstat output)
4) now unblock the tcp port
5) check the xsite connection. It is not established. Hence, the xsite replication will
still not work.
The expected behaviour would be, at minimal, it should show the xsite replication in
error state. The better one is to ispn will try to re-establish the connection.