Author: borges
Date: 2011-09-08 12:12:41 -0400 (Thu, 08 Sep 2011)
New Revision: 11307
Modified:
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java
Log:
Change some markers from HORNETQ-720 to HORNETQ-768
Modified:
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java
===================================================================
---
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-09-08
16:12:12 UTC (rev 11306)
+++
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-09-08
16:12:41 UTC (rev 11307)
@@ -563,7 +563,7 @@
if (liveServerSessionFactory == null)
{
- // XXX HORNETQ-720
+ // XXX HORNETQ-768
throw new RuntimeException("Need to retry...");
}
CoreRemotingConnection liveConnection =
liveServerSessionFactory.getConnection();
@@ -597,7 +597,7 @@
if (!isRemoteBackupUpToDate())
{
/*
- * XXX HORNETQ-720 Live is down, and this server was not in sync. Perhaps
we should
+ * XXX HORNETQ-768 Live is down, and this server was not in sync. Perhaps
we should
* first try to wait a little longer to see if the 'live' comes
back?
*/
throw new HornetQException(HornetQException.ILLEGAL_STATE, "Backup
Server was not yet in sync with live");
Show replies by date