diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 167b3575d6d..e8ef3637d42 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -191,9 +191,6 @@ Bug Fixes * SOLR-5524: Exception when using Query Function inside Scale Function. (Trey Grainger, yonik) -* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory - if necessary. (Mark Miller) - * SOLR-5562: ConcurrentUpdateSolrServer constructor ignores supplied httpclient. (Kyle Halliday via Mark Miller) @@ -334,6 +331,9 @@ Bug Fixes ZkCmdExecutor#ensureExists to ensure their election paths are properly created. (Mark Miller) +* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory + if necessary. (Mark Miller) + * SOLR-4709: The core reload after replication if config files have changed can fail due to a race condition. (Mark Miller, Hossman))