Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8B74DD67 for ; Mon, 12 Nov 2012 19:27:13 +0000 (UTC) Received: (qmail 29906 invoked by uid 500); 12 Nov 2012 19:27:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 29852 invoked by uid 500); 12 Nov 2012 19:27:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 29844 invoked by uid 99); 12 Nov 2012 19:27:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 19:27:12 +0000 Date: Mon, 12 Nov 2012 19:27:12 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: <78468308.102154.1352748432437.JavaMail.jiratomcat@arcas> In-Reply-To: <1811345867.98958.1352684652684.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-4064) ShardLeaderElectionContext's function parameter error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495530#comment-13495530 ] Commit Tag Bot commented on SOLR-4064: -------------------------------------- [branch_4x commit] Mark Robert Miller http://svn.apache.org/viewvc?view=revision&revision=1408406 SOLR-4064: Fix bad merge. > ShardLeaderElectionContext's function parameter error > ----------------------------------------------------- > > Key: SOLR-4064 > URL: https://issues.apache.org/jira/browse/SOLR-4064 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.0-ALPHA, 4.0-BETA, 4.0 > Reporter: Po Rui > Assignee: Mark Miller > Priority: Minor > Fix For: 4.1, 5.0 > > Attachments: SOLR-4064.patch > > > function runLeaderProcess(boolean) of calss ShardLeaderElectionContext contains a rejionLeaderElection() invoke with wrong parameter rejoinLeaderElection(coreName, core). the parameter should be rejoinLeaderElection(leaderSeqPath, core) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org