From 3c6e09268cc806daec05f2cdbdeb380ab0721309 Mon Sep 17 00:00:00 2001 From: Ilan Ginzburg Date: Tue, 23 Jun 2020 18:35:48 +0200 Subject: [PATCH] SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt (#1607) --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d3a3c4d696a..90fa469d5e7 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -79,6 +79,8 @@ Other Changes * SOLR-12823: Remove /clusterstate.json support, including support for collections created with stateFormat=1, as well as support for Collection API MIGRATESTATEFORMAT action and support for the legacyCloud flag (Ilan Ginzburg). +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).