Revision: 7632
http://bigdata.svn.sourceforge.net/bigdata/?rev=7632&view=rev
Author: thompsonbry
Date: 2013-12-11 14:32:56 +0000 (Wed, 11 Dec 2013)
Log Message:
-----------
javadoc - linking the changes to ticket #724.
Modified Paths:
--------------
branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/AbstractQuorum.java
branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/QuorumActor.java
Modified: branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/AbstractQuorum.java
===================================================================
--- branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/AbstractQuorum.java 2013-12-11 13:28:48 UTC (rev 7631)
+++ branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/AbstractQuorum.java 2013-12-11 14:32:56 UTC (rev 7632)
@@ -2343,6 +2343,9 @@
* that will force them to fail rather than block forever. This will
* then force the service into an error state if its QuorumActor can not
* carry out the requested action within a specified timeout.
+ *
+ * @see <a href="https://sourceforge.net/apps/trac/bigdata/ticket/724" >
+ * HA wire pulling and sure kill testing </a>
*/
@Override
final public void forceRemoveService(final UUID psid) {
Modified: branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/QuorumActor.java
===================================================================
--- branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/QuorumActor.java 2013-12-11 13:28:48 UTC (rev 7631)
+++ branches/MGC_1_3_0/bigdata/src/java/com/bigdata/quorum/QuorumActor.java 2013-12-11 14:32:56 UTC (rev 7632)
@@ -219,6 +219,9 @@
*
* @param serviceId
* The UUID of the service to be removed.
+ *
+ * @see <a href="https://sourceforge.net/apps/trac/bigdata/ticket/724" > HA
+ * wire pulling and sure kill testing </a>
*/
public void forceRemoveService(UUID serviceId);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|