diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2d539687545..cb21fa6f7dc 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -158,9 +158,6 @@ Bug Fixes * SOLR-14546: Fix for a relatively hard to hit issue in OverseerTaskProcessor that could lead to out of order execution of Collection API tasks competing for a lock (Ilan Ginzburg). -* SOLR-12182: Don't persist base_url in ZK as the URL scheme is variable, compute from node_name instead when reading - state back from ZK. (Timothy Potter) - ================== 8.8.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. @@ -225,6 +222,9 @@ Bug Fixes * SOLR-14934: Refactored duplicate "Solr Home" logic into a single place to eliminate risk of tests using divergent values for a single solr node. (hossman) +* SOLR-12182: Don't persist base_url in ZK as the URL scheme is variable, compute from node_name instead when reading + state back from ZK. (Timothy Potter) + Other Changes ---------------------