A created SOLR-15704: ------------------------ Summary: 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: 8.6.2, 6.6.5 Reporter: A
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)? -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org