Author: kfujino
Date: Wed Oct 30 06:12:26 2013
New Revision: 1536975
URL: http://svn.apache.org/r1536975
Log:
Remove unnecessary attributes of stateTransferCreateSendTime and receiverQueue
from cluster manager template.
These attributes should not be defined as a template.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java?rev=1536975&r1=1536974&r2=1536975&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
Wed Oct 30 06:12:26 2013
@@ -1516,9 +1516,7 @@ public class DeltaManager extends Cluste
result.sendAllSessions = sendAllSessions;
result.sendAllSessionsSize = sendAllSessionsSize;
result.sendAllSessionsWaitTime = sendAllSessionsWaitTime ;
- result.receiverQueue = receiverQueue ;
result.stateTimestampDrop = stateTimestampDrop ;
- result.stateTransferCreateSendTime = stateTransferCreateSendTime;
return result;
}
}
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1536975&r1=1536974&r2=1536975&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Oct 30 06:12:26 2013
@@ -138,6 +138,12 @@
Simplify the code of <code>DeltaManager#startInternal()</code>. Reduce
unnecessary nesting for acquisition of cluster instance. (kfujino)
</scode>
+ <fix>
+ Remove unnecessary attributes of
+ <code>stateTransferCreateSendTime</code> and <code>receiverQueue</code>
+ from cluster manager template. These attributes should not be defined
as
+ a template. (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Web applications">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]