This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 8748a7dffb Remove the FIXME. The cluster correctly handles single node
failure.
8748a7dffb is described below
commit 8748a7dffb605f271fa4cef12788b35109c75449
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 8 10:28:35 2026 +0100
Remove the FIXME. The cluster correctly handles single node failure.
Also remove comments that add no value.
---
java/org/apache/catalina/ha/tcp/ReplicationValve.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/java/org/apache/catalina/ha/tcp/ReplicationValve.java
b/java/org/apache/catalina/ha/tcp/ReplicationValve.java
index 5d77614cf7..adfe9b2245 100644
--- a/java/org/apache/catalina/ha/tcp/ReplicationValve.java
+++ b/java/org/apache/catalina/ha/tcp/ReplicationValve.java
@@ -363,10 +363,7 @@ public class ReplicationValve extends ValveBase implements
ClusterValve {
start = System.currentTimeMillis();
}
try {
- // FIXME we have a lot of sends, but the trouble with one node
stops the correct replication to other nodes!
- // send invalid sessions
sendInvalidSessions(clusterManager);
- // send replication
try {
sendSessionReplicationMessage(request, clusterManager);
} catch (Exception e) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]