This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 9d5847f341 Remove the FIXME. The cluster correctly handles single node
failure.
9d5847f341 is described below
commit 9d5847f34150b970bde1a7681f6079f9bf057bc4
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 00fd5570fd..69dfacf9a0 100644
--- a/java/org/apache/catalina/ha/tcp/ReplicationValve.java
+++ b/java/org/apache/catalina/ha/tcp/ReplicationValve.java
@@ -362,10 +362,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]