Hi, I am running solr 7.5.0 with a transient cache size of 20. I am bulk indexing multiple cores. I have auto commit setup and I see a few of these errors while indexing:
auto commit error...:org.apache.solr.common.SolrException: openNewSearcher called on closed core I see log messages about cores being unloaded and loaded as expected in a transient setup. I see there is a similar unresolved issue logged: https://jira.apache.org/jira/browse/SOLR-11378 I can only presume that in my case, the auto commit is being triggered on a core after it has been unloaded as part of the transient setting. Is it that auto commit should not be used for transient cores? I presume this failure indicates that there are uncommitted changes and these cannot be recovered? Thanks, Hari.