Author: kwright
Date: Mon Jul 14 21:24:50 2014
New Revision: 1610536

URL: http://svn.apache.org/r1610536
Log:
Oops, missing statistics method call

Modified:
    
manifoldcf/branches/CONNECTORS-990/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java

Modified: 
manifoldcf/branches/CONNECTORS-990/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-990/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java?rev=1610536&r1=1610535&r2=1610536&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-990/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-990/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
 Mon Jul 14 21:24:50 2014
@@ -662,6 +662,11 @@ public class WorkerThread extends Thread
                       activity.discard();
                     }
                     
+                    // Successful processing of the set
+                    // We count 'get version' time in the average, so even if 
we decide not to process a doc
+                    // it still counts.
+                    
queueTracker.noteConnectionPerformance(qds.getCount(),connectionName,System.currentTimeMillis()
 - processingStartTime);
+
                   }
                   
                   // Now, handle the delete list


Reply via email to