[ 
https://issues.apache.org/jira/browse/SOLR-15704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

A updated SOLR-15704:
---------------------
    Description: 
My db-data-config.xml has multiple entities defined, each with their own 
*deltaImportQuery* and *deltaQuery*.

When calling deltaImport from PHP for entity1 and entity2 (two seperate 
function calls in one function) only the first deltaImport is done and 
dataimport.properties value entity1.last_index_time updated.

If there is a timeout placed between these function calls, for example 
sleep(120) from PHP, both deltaImports work.

Is this a bug or normal behavior? Should I really check Solr status before 
sending next command (next deltaImport call)?

  was:
My db-data-config.xml has multiple entities defined, each with their own 
*deltaImportQuery* and *deltaQuery*.

When calling deltaImport from PHP for entity1 and entity2 (two seperate 
function calls) only the first deltaImport is done and dataimport.properties 
value entity1.last_index_time updated.

If there is a timeout placed between these function calls, for example 
sleep(120) from PHP, both deltaImports work.

Is this a bug or normal behavior? Should I really check Solr status before 
sending next command (next deltaImport call)?


> Delta import with multiple entities: working partially 
> -------------------------------------------------------
>
>                 Key: SOLR-15704
>                 URL: https://issues.apache.org/jira/browse/SOLR-15704
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 6.6.5, 8.6.2
>            Reporter: A
>            Priority: Major
>
> My db-data-config.xml has multiple entities defined, each with their own 
> *deltaImportQuery* and *deltaQuery*.
> When calling deltaImport from PHP for entity1 and entity2 (two seperate 
> function calls in one function) only the first deltaImport is done and 
> dataimport.properties value entity1.last_index_time updated.
> If there is a timeout placed between these function calls, for example 
> sleep(120) from PHP, both deltaImports work.
> Is this a bug or normal behavior? Should I really check Solr status before 
> sending next command (next deltaImport call)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to