Author: clebert.suconic(a)jboss.com
Date: 2009-12-03 11:12:38 -0500 (Thu, 03 Dec 2009)
New Revision: 8530
Modified:
trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
Log:
tweak: comment change
Modified: trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
===================================================================
---
trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java 2009-12-03
15:54:24 UTC (rev 8529)
+++
trunk/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java 2009-12-03
16:12:38 UTC (rev 8530)
@@ -375,8 +375,8 @@
enabled = false;
- // The same context will be replicated on the pending tokens...
- // as the multiple operations will be replicated on the same context
+ // Complete any pending operations...
+ // Case the backup crashed, this should clean up any pending requests
while (!pendingTokens.isEmpty())
{
OperationContext ctx = pendingTokens.poll();
Show replies by date