You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2018/10/11 15:23:05 UTC

lucene-solr:branch_7x: SOLR-12851: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 1565df509 -> 184ad3b03


SOLR-12851: Update CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/184ad3b0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/184ad3b0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/184ad3b0

Branch: refs/heads/branch_7x
Commit: 184ad3b032e1566b35d38d0f8975fb58f5545ea4
Parents: 1565df5
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Oct 11 11:19:57 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Thu Oct 11 11:22:32 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/184ad3b0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 90bd4ab..50cd37c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -107,6 +107,10 @@ Bug Fixes
 * SOLR-12836: ZkController creates a cloud solr client with no connection or read timeouts. Now the http client
   created by the update shard handler is used instead. (shalin)
 
+* SOLR-12729: SplitShardCmd should lock the parent shard to prevent parallel splitting requests. (ab)
+
+* SOLR-12851: Improvements and fixes to let and select Streaming Expressions (Joel Bernstein)
+
 Improvements
 ----------------------