This is an automated email from the ASF dual-hosted git repository.

houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from f9bdca8d039 SOLR-18083: Fix replication and other general operations 
in readOnly mode (#4081)
     add b314f8f5d35 Revert "SOLR-18083: Fix replication and other general 
operations in readOnly mode (#4081)"

No new revisions were added by this update.

Summary of changes:
 .../solr-18083-fix-read-only-behavior.yml          |  9 ---------
 .../org/apache/solr/cloud/RecoveryStrategy.java    | 22 +++++++++-------------
 .../solr/cloud/ShardLeaderElectionContext.java     |  2 +-
 .../src/java/org/apache/solr/core/SolrCore.java    |  2 +-
 .../java/org/apache/solr/handler/IndexFetcher.java |  6 +++---
 .../apache/solr/handler/ReplicationHandler.java    |  2 +-
 .../apache/solr/handler/RequestHandlerUtils.java   |  1 -
 .../apache/solr/update/CommitUpdateCommand.java    |  4 ----
 .../apache/solr/update/DefaultSolrCoreState.java   |  5 ++---
 .../java/org/apache/solr/update/SolrCoreState.java | 14 +-------------
 .../processor/DistributedUpdateProcessor.java      |  2 +-
 .../processor/DistributedZkUpdateProcessor.java    | 10 +---------
 .../apache/solr/common/params/UpdateParams.java    |  3 ---
 13 files changed, 20 insertions(+), 62 deletions(-)
 delete mode 100644 changelog/unreleased/solr-18083-fix-read-only-behavior.yml

Reply via email to