SOLR-4923: add optimization CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-06-17 14:37:49 +00:00
parent fc9c0a8f14
commit 094b37b845
1 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,12 @@ Bug Fixes
* SOLR-4923: Commits to non leaders as part of a request that also contain updates
can execute out of order. (hossman, Mark Miller)
Optimizations
----------------------
* SOLR-4923: Commit to all nodes in a collection in parallel rather than locally and
then to all other nodes. (hossman, Mark Miller)
Other Changes
----------------------