mirror of https://github.com/apache/lucene.git
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:
parent
2dd012f5bb
commit
1df2d12ec5
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue