This is an automated email from the ASF dual-hosted git repository.
mdrob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 87ed234 Move CHANGES entry to 8.10
87ed234 is described below
commit 87ed23421665e991634cb257ab13103a582bbfa8
Author: Mike Drob <[email protected]>
AuthorDate: Tue Sep 14 13:41:15 2021 -0500
Move CHANGES entry to 8.10
---
solr/CHANGES.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b6b4b90..9b87a1b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -143,10 +143,6 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
This was already working for XML & "javabin"/SolrJ. Previously, omitting
the ID would be confused
for a partial/atomic update. (David Smiley)
-* SOLR-15555: Identical filter queries will no longer race to record a
filterCache entry. Allows for async cache computation instead of
- all queries contending for the same set of locks on the cache. Fixed a bug
with ramBytes usage reporting on filterCache.
- Upgraded Caffeine Cache to 2.9.2 (Mike Drob)
-
Other Changes
----------------------
* SOLR-15603: Add an option to activate Gradle build cache, build task
cleanups (Alexis Tual, Dawid Weiss)
@@ -421,6 +417,10 @@ Improvements
* SOLR-15607: Explicitly indent results in Admin Query UI by default (Olvia
Falk via Eric Pugh)
+* SOLR-15555: Identical filter queries will no longer race to record a
filterCache entry. Allows for async cache computation instead of
+ all queries contending for the same set of locks on the cache. Fixed a bug
with ramBytes usage reporting on filterCache.
+ Upgraded Caffeine Cache to 2.9.2 (Mike Drob)
+
Optimizations
---------------------
* SOLR-15433: Replace transient core cache LRU by Caffeine cache. (Bruno
Roustant)