You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/05/03 16:33:40 UTC

svn commit: r1742118 - /uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java

Author: degenaro
Date: Tue May  3 14:33:39 2016
New Revision: 1742118

URL: http://svn.apache.org/viewvc?rev=1742118&view=rev
Log:
UIMA-4829 When a DUCC pinger hangs is it reported as Available

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java?rev=1742118&r1=1742117&r2=1742118&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceSet.java Tue May  3 14:33:39 2016
@@ -882,8 +882,8 @@ public class ServiceSet
 	}
 	
 	/**
-	 * If the Service state is Available= but the pinger data has not been updated
-	 * beyond the expiry time then determine the the pinger data is stale
+	 * If the Service state is Available but the pinger data has not been updated
+	 * beyond the expiry time then determine that the pinger data is stale
 	 * 
 	 * The expiry time is calculated as pingStability * pingRate, nominally 10 * 60000.
 	 */