SOLR-4595: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 04:32:59 +00:00
parent 2dd012f5bb
commit 1df2d12ec5
1 changed files with 4 additions and 4 deletions

View File

@ -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)
@ -201,6 +198,9 @@ 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
----------------------