Hi Karl,

We are using PostgreSQL. It took us a while to find some workaround for same. 
We are running the server on Windows 7 and when we run the job it pushes our 
CPU utilization to 100%. Even, when we re-run the job, it used to complete 
successfully after 8-10 runs. Later on, when we decreased the throttling to 5 
from 10, it used to complete properly in sometimes in 2-3 runs. So, for the 
safer side, for now we have maintained the throttling for Solr Output connector 
to 2.

My guess is it could be because of some issue with PostgreSQL database, I may 
need to do some tweaks to the db settings. But because of the time crunch, 
didn't get to look further into the issue and have been using it like that for 
now.

-Pankaj

From: Karl Wright [mailto:[email protected]]
Sent: Wednesday, April 03, 2013 12:43 PM
To: [email protected]
Subject: Re: How to fix: Error: Unexpected jobqueue status

The reason I don't think this is the correct explanation is because the error 
itself indicates that two threads appear to be working on the same document at 
the same time.  That's not supposed to be possible, because there is only one 
thread that queues documents for processing, and there is only one thread it 
can hand the document to.  When the thread that is supposed to be handling the 
document finishes with it, it finds that some other thread has been there first 
and already updated the document's status in the database.

See CONNECTORS-590 for more detail.
My current theory is that this happens ONLY on MySQL - which is known to have 
transactional integrity bugs.  If you are seeing this on PostgreSQL, I would 
really want to know that.
Thanks,
Karl

On Wed, Apr 3, 2013 at 3:02 AM, Karl Wright 
<[email protected]<mailto:[email protected]>> wrote:
So you believe this error occurs due to requeuing of documents when there is an 
output connector error?  Can you provide some evidence for that?  I'd love to 
resolve this problem but heretofore it has been so rare as to be almost 
impossible to chase down.
Karl

On Wed, Apr 3, 2013 at 12:16 AM, 
<[email protected]<mailto:[email protected]>> wrote:
Christian,

We have also faced similar situation in the past. We figured out that this was 
happening because of some issue(maybe memory, not sure though) with "Output 
Connection"(Solr in our case ). Try reducing Throttling for the for output 
connection. For us, it's working fine if we set it to 2(default is 10) on DEV 
server.

HTH.

Pankaj

-----Original Message-----
From: Karl Wright [mailto:[email protected]<mailto:[email protected]>]
Sent: Tuesday, April 02, 2013 9:45 PM
To: [email protected]<mailto:[email protected]>
Subject: Re: How to fix: Error: Unexpected jobqueue status

Hi Christian,

This error should never occur.  If it does it likely indicates a problem with 
database transactional integrity.  What database are you using?  Would that be 
MySQL?

Karl

On Tue, Apr 2, 2013 at 11:05 AM, Christian Hepworth 
<[email protected]<mailto:[email protected]>> wrote:
> Hi there,
>
> We are experiencing the following error from Manifold CF.
>
> Error: Unexpected jobqueue status - record id 1363876634288, expecting
> active status, saw 2
>
> How do we go about fixing this to allow our job to run again as normal?
>
> Thanks
Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com<http://www.wipro.com>



Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

Reply via email to