On Tue, Aug 26, 2008 at 5:52 PM, Walter Ferrara <[EMAIL PROTECTED]>wrote:

> no problem! I've opened https://issues.apache.org/jira/browse/SOLR-728


Thanks!

>
> I do understand the fact that import should be run sequentially, the
> main issue I can foresee is a delta-import via curl in crontab, that
> curl have no way to know if previous delta import was effectively over
> -- in my opinion, if there is a (delta|full)-import already running it
> should state that it cannot go ahead because another import process is
> running already.
>

It already does that. The "importResponse" element in the output says "A
command is still running..." and the "status" element says "busy" if an
import is already in progress. Just that it is not synchronized properly
against multiple import requests hitting concurrently. A 5-10 ms gap in
import requests would avoid the exception that you encountered.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to