[
https://issues.apache.org/jira/browse/SOLR-15830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530227#comment-17530227
]
Kevin Risden commented on SOLR-15830:
-------------------------------------
[~asalamon74] / [~bszabo97] idk if this ticket is related but can you see if
this is related to the recent uptick in failures:
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.schema.TestBulkSchemaConcurrent.test
The logs are filled with the new message " 2> 2090637 INFO
(qtp189225028-23198) [n:127.0.0.1:35755_ c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n1] o.a.s.s.SchemaManager Another reload is in
progress. Not doing anything."
> Concurrent core reloads mess up commits when using Schema API
> -------------------------------------------------------------
>
> Key: SOLR-15830
> URL: https://issues.apache.org/jira/browse/SOLR-15830
> Project: Solr
> Issue Type: Bug
> Reporter: Bence Szabó
> Assignee: Andras Salamon
> Priority: Major
> Fix For: 9.1
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> When using Schema API SchemaManager class triggers a core reload here:
> [https://github.com/apache/solr/blob/cfc953b6b906ef742bba57024d327fbde5d564c2/solr/core/src/java/org/apache/solr/schema/SchemaManager.java#L132]
> As I understand this was introduced in SOLR-9832 and is useful to avoid
> accidentally reloading to an older version of the config. The problem is that
> in the solr core a listener is implemented to initiate a reload whenever a
> config change happens in ZK, this can be found here:
> [https://github.com/apache/solr/blob/cfc953b6b906ef742bba57024d327fbde5d564c2/solr/core/src/java/org/apache/solr/core/SolrCore.java#L3140]
> When updating the schema using the Schema API both of these reloads get
> triggered and this can result a strange bug, where not all the indexed
> documents are visible if the indexing is started just after the schema API
> returned.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]