Karl Wright created CONNECTORS-502:
--------------------------------------

             Summary: Crawling with MySQL as a backend shows signs of 
transactional integrity problems
                 Key: CONNECTORS-502
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-502
             Project: ManifoldCF
          Issue Type: Bug
          Components: Framework crawler agent
    Affects Versions: ManifoldCF 0.6
         Environment: MySQL 5.1
            Reporter: Karl Wright


When running the webcrawler-loadtests-mysql target, I got the following error:

{code}
ERROR 2012-08-12 20:59:35,664 (Worker thread '10') - Exception tossed: 
Unexpected jobqueue status - record id 1344819115577, expecting active status, 
saw 0
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Unexpected jobqueue 
status - record id 1344819115577, expecting active status, saw 0
        at 
org.apache.manifoldcf.crawler.jobs.JobQueue.updateOrHopcountRemoveRecord(JobQueue.java:800)
        at 
org.apache.manifoldcf.crawler.jobs.JobManager.markDocumentHopcountRemovalMultiple(JobManager.java:2583)
        at 
org.apache.manifoldcf.crawler.system.WorkerThread.processJobQueueHopcountRemovals(WorkerThread.java:1100)
        at 
org.apache.manifoldcf.crawler.system.WorkerThread.processHopcountRemovalLists(WorkerThread.java:952)
        at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:790)
{code}

This indicates that although the stuffer thread thought it had put the document 
into the ACTIVE state, it had either never made it to the ACTIVE state or had 
been overridden by some other code.  Either way, MySQL transactions do not seem 
to be working properly.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to