This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 6fd35f660d Remove the FIXME. The cluster correctly handles single node
failure.
6fd35f660d is described below
commit 6fd35f660de45c055b7164e7eec58c7c7c4c9927
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 6e27994730..d3535c0ae5 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]