SOLR-4097: Race can cause NPE in logging line on first cluster state update. (Add CHANGES entry)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-11-21 00:29:02 +00:00
parent 617028b3c1
commit 5ef698c7cd
1 changed files with 3 additions and 0 deletions

View File

@ -230,6 +230,9 @@ Bug Fixes
* SOLR-4034: Check if a collection already exists before trying to create a
new one. (Po Rui, Mark Miller)
* SOLR-4097: Race can cause NPE in logging line on first cluster state update.
(Mark Miller)
Other Changes
----------------------