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 370B519336 for ; Thu, 21 Apr 2016 22:31:14 +0000 (UTC) Received: (qmail 36774 invoked by uid 500); 21 Apr 2016 22:31:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36685 invoked by uid 500); 21 Apr 2016 22:31:13 -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 36628 invoked by uid 99); 21 Apr 2016 22:31:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 22:31:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 10FA32C1F62 for ; Thu, 21 Apr 2016 22:31:13 +0000 (UTC) Date: Thu, 21 Apr 2016 22:31:13 +0000 (UTC) From: "Anshum Gupta (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-8375) ReplicaAssigner rejects valid positions 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-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-8375. -------------------------------- Resolution: Fixed > ReplicaAssigner rejects valid positions > --------------------------------------- > > Key: SOLR-8375 > URL: https://issues.apache.org/jira/browse/SOLR-8375 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 5.3 > Reporter: Kelvin Tan > Assignee: Noble Paul > Priority: Minor > Fix For: 6.0, 5.5.1 > > Attachments: SOLR-8375.patch, patch.txt > > > ReplicaAssigner rejects any position for which a rule does not return NODE_CAN_BE_ASSIGNED. > However, if the rule's shard does not apply to the position's shard, Rule returns NOT_APPLICABLE. This is not taken into account, and thus valid rules are being rejected at the moment. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org