Taisuke Miyazaki created SOLR-14919: ---------------------------------------
Summary: IgnoreCommitOptimizeUpdateProcessor does not work during replication Key: SOLR-14919 URL: https://issues.apache.org/jira/browse/SOLR-14919 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Affects Versions: 8.0, 7.6 Reporter: Taisuke Miyazaki The change in this commit causes recovery (replication) to fail when the IgnoreCommitOptimizeUpdateProcessorFactory is set to return a status code other than 200. - https://github.com/apache/lucene-solr/commit/75b183196798232aa6f2dcaaaab117f309119053 ... COMMIT_END_POINT parameter is not being sent in the commitOnLeader function of "org.apache.solr.cloud.RecoveryStrategy". The corresponding code in the IgnoreCommitOptimizeUpdateProcessorFactory is https://github.com/apache/lucene-solr/blob/4dcdd750f2dc892c88a98cc350941e7b8869d67f/solr/core/src/java/org/apache/solr/update/ processor/IgnoreComitOptimizeUpdateProcessorFactory.java#L120 Translated with www.DeepL.com/Translator (free version) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org