Author: markt Date: Wed Dec 12 10:42:33 2018 New Revision: 1848740 URL: http://svn.apache.org/viewvc?rev=1848740&view=rev Log: Better wording and correct labels
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties?rev=1848740&r1=1848739&r2=1848740&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties [UTF-8] (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/LocalStrings.properties [UTF-8] Wed Dec 12 10:42:33 2018 @@ -27,7 +27,7 @@ ReplicationValve.send.invalid.failure=Un ReplicationValve.session.found=Context [{0}]: Found session [{1}] but it isn''t a ClusterSession. ReplicationValve.session.indicator=Context [{0}]: Primarity of session [{0}] in request attribute [{1}] is [{2}]. ReplicationValve.session.invalid=Context [{0}]: Requested session [{1}] is invalid, removed or not replicated at this node. -ReplicationValve.stats=Average request time= [{0}] ms for Cluster overhead time=[{1}] ms for [{2}] requests [{3}] filter requests [{4}] send requests [{5}] cross context requests (Request=[{6}] ms Cluster=[{7}] ms). +ReplicationValve.stats=Average request time=[{0}] ms with cluster overhead time=[{1}] ms for [{2}] requests, [{3}] send requests, [{4}] cross context requests, and [{5}] filter requests (Total request=[{6}] ms, total cluster request=[{7}] ms). simpleTcpCluster.clustermanager.cloneFailed=Unable to clone cluster manager, defaulting to org.apache.catalina.ha.session.DeltaManager simpleTcpCluster.clustermanager.notImplement=Manager [{0}] does not implement ClusterManager, addition to cluster has been aborted. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org