You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Adrian Conlon (JIRA)" <ji...@apache.org> on 2015/11/30 17:45:10 UTC

[jira] [Created] (CONNECTORS-1261) Solr output connector, commit within seems to be ignored

Adrian Conlon created CONNECTORS-1261:
-----------------------------------------

             Summary: Solr output connector, commit within seems to be ignored
                 Key: CONNECTORS-1261
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1261
             Project: ManifoldCF
          Issue Type: Bug
          Components: Solr-5.x component
    Affects Versions: ManifoldCF 2.3
         Environment: Ubuntu 14.04, Solr 5.3.1
            Reporter: Adrian Conlon


I've configured my output connector to commit both at the end of a job and "within" 600000 ms (which should be 10 minutes, if my arithmetic is correct).

The effect I'm seeing is that commits are occurring as jobs complete, but if a set of long running jobs aren't completing quickly, I'm not seeing commits every 10 minutes.

FYI, here's my Solr output connection configuration

Use extract update handler=false
Solr core name=OasysMailSearch
Server web application=solr
Server name=STGDM16
Maximum document length=10000000
Commits=true
Solr content field name=body
Server update handler=/update
Server status handler=/admin/ping
Commit within=600000
Server remove handler=/update
Server port=8983
Solr id field name=id
Server protocol=http



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)