Author: kwright
Date: Tue Dec 23 13:54:59 2014
New Revision: 1647577

URL: http://svn.apache.org/r1647577
Log:
More fixes for CONNECTORS-1128.

Modified:
    
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java

Modified: 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java?rev=1647577&r1=1647576&r2=1647577&view=diff
==============================================================================
--- 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
 (original)
+++ 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
 Tue Dec 23 13:54:59 2014
@@ -102,7 +102,7 @@ public class JobResetThread extends Thre
           // not predicted by the algorithm that assigned those priorities.  
This is, of course, quite expensive,
           // but it cannot be helped (at least, I cannot find a way to avoid 
it).
           //
-          if (jobStops.size() > 0 && jobResumes.size() > 0)
+          if (jobStops.size() > 0 || jobResumes.size() > 0)
           {
             Logging.threads.debug("Job reset thread reprioritizing 
documents...");
 


Reply via email to