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

lucene-solr:branch_7x: SOLR-12063: Fix the Jira number mentioned against the changes entry for this fix

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 033afbfbb -> 43ad71eaa


SOLR-12063: Fix the Jira number mentioned against the changes entry for this fix

(cherry picked from commit 77954fe)


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

Branch: refs/heads/branch_7x
Commit: 43ad71eaa2ffdd6d453e046bb1c2cae7b4504ecf
Parents: 033afbf
Author: Varun Thacker <va...@apache.org>
Authored: Fri Mar 16 14:07:39 2018 -0700
Committer: Varun Thacker <va...@apache.org>
Committed: Fri Mar 16 14:10:06 2018 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/43ad71ea/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a4233fd..2be1adc 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -307,7 +307,7 @@ Bug Fixes
 * SOLR-12083: Fix RealTime GET to work on a cluster running CDCR when using Solr's in-place updates
   (Amrit Sarkar, Varun Thacker)
 
-* SOLR-12083: Fix PeerSync, Leader Election failures and CDCR checkpoint inconsistencies on a cluster running CDCR
+* SOLR-12063: Fix PeerSync, Leader Election failures and CDCR checkpoint inconsistencies on a cluster running CDCR
   (Amrit Sarkar, Varun Thacker)
 
 Optimizations