pero 2005/03/25 14:24:21
Modified: webapps/docs changelog.xml
Log:
Update Cluster changes
Revision Changes Path
1.271 +37 -11 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- changelog.xml 25 Mar 2005 16:47:44 -0000 1.270
+++ changelog.xml 25 Mar 2005 22:24:20 -0000 1.271
@@ -185,17 +185,43 @@
<subsection name="Cluster">
<changelog>
- <fix>
- Fix JvmRouteBinderValve primary failover attribute to
- org.apache.catalina.cluster.session.JvmRouteOrignalSessionID (pero)
- </fix>
- <add>
- Integrate new fastasyncqueue cluster sender mode.
- Support queue size limitation,
- get all queued objects and send it to the backup node,
- no queue thread lock contention under high replication load,
- submitted by Rainer Jung (pero)
- </add>
+ <fix>
+ Fix JvmRouteBinderValve primary failover attribute to
+ org.apache.catalina.cluster.session.JvmRouteOrignalSessionID (pero)
+ </fix>
+ <fix>
+ Change attribute name waitForAck to sendAck at ReplicationListener
(pero)
+ </fix>
+ <add>
+ Integrate new fastasyncqueue cluster sender mode.
+ Support queue size limitation,
+ get all queued objects and send it to the backup node,
+ no queue thread lock contention under high replication load,
+ submitted by Rainer Jung (pero)
+ </add>
+ <add>
+ Add compress attribute to Sender and Receiver to transfer data
uncompressed.
+ At high cluster load this option consume lesser cpu and memory.
+ Implement the compress handling to ReplicationTransmitter,
ReplicationListener,
+ XByteBuffer and Jdk13ReplicationListener (pero)
+ </add>
+ <add>
+ Add doProcessingStats to synchronous, asynchronous and
fastqueueasync sender modes
+ to get min, avg, max processing times as IDataSender JMX MBeans
(pero)
+ </add>
+ <fix>
+ TcpThreadPool use constant ACK byte array instead create
+ new 3 byte buffer for every message ack (pero)
+ </fix>
+ <update>
+ Refactor ReplicationTransmitter and ReplicationListener (pero)
+ </update>
+ <update>
+ add getCatalinaCluster() to ClusterReceiver and SimpleTcpCluster
(pero)
+ </update>
+ <update>
+ Update the Api documentation (pero)
+ </update>
</changelog>
</subsection>
<subsection name="Webapps">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]