diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index c1283f70691..98b0e80cdb2 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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 ----------------------