This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new e7dc814b4f Remove the FIXME. The cluster correctly handles single node 
failure.
e7dc814b4f is described below

commit e7dc814b4f425cab0ec3fd30041829960fd72238
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]

Reply via email to