mirror of https://github.com/apache/lucene.git
SOLR-12182: Fix Changes.txt in master (#2116)
This commit is contained in:
parent
5208d47e1a
commit
4c100a0175
|
@ -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
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue