diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 647f2b14b00..e1dfde676e2 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -98,9 +98,6 @@ Bug Fixes * SOLR-4573: Accessing Admin UI files in SolrCloud mode logs warnings. (Mark Miller, Phil John) -* SOLR-4595: CachingDirectoryFactory#close can throw a concurrent - modification exception. (Mark Miller) - * SOLR-4594: StandardDirectoryFactory#remove accesses byDirectoryCache without a lock. (Mark Miller) @@ -200,7 +197,10 @@ Bug Fixes * SOLR-4592: DefaultSolrCoreState#doRecovery needs to check the CoreContainer shutdown flag inside the recoveryLock sync block. (Mark Miller) - + +* SOLR-4595: CachingDirectoryFactory#close can throw a concurrent + modification exception. (Mark Miller) + Optimizations ----------------------