From dev-return-345560-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Sun Jan 20 03:39:04 2019 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 BBA15105C7 for ; Sun, 20 Jan 2019 03:39:04 +0000 (UTC) Received: (qmail 21517 invoked by uid 500); 20 Jan 2019 03:39:04 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 21421 invoked by uid 500); 20 Jan 2019 03:39:03 -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 21410 invoked by uid 99); 20 Jan 2019 03:39:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jan 2019 03:39:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id AF371C1433 for ; Sun, 20 Jan 2019 03:39:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id uCqj6QDUkSv5 for ; Sun, 20 Jan 2019 03:39:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4470E61116 for ; Sun, 20 Jan 2019 03:39:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8CA7CE2072 for ; Sun, 20 Jan 2019 03:39:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3D2432566F for ; Sun, 20 Jan 2019 03:39:00 +0000 (UTC) Date: Sun, 20 Jan 2019 03:39:00 +0000 (UTC) From: "Erick Erickson (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-10935) BALANCESHARDUNIQUE does not distribute properties correctly 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-10935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-10935. ----------------------------------- Resolution: Fixed Fix Version/s: master (9.0) 7.7 8.0 Fixed by the check in to SOLR-13091 > BALANCESHARDUNIQUE does not distribute properties correctly > ----------------------------------------------------------- > > Key: SOLR-10935 > URL: https://issues.apache.org/jira/browse/SOLR-10935 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: SolrCloud > Affects Versions: 6.2 > Reporter: Daisy.Yuan > Assignee: Erick Erickson > Priority: Major > Fix For: 8.0, 7.7, master (9.0) > > > Create a collection of 8 slices on 4 nodes, 2 replicas of each slice. > Node IP is: > 192.168.182.246:21101 > 192.168.182.247:21104 > 192.168.182.248:21101 > 192.168.182.149:21104 > After executing the BALANCESHARDUNIQUE command, the leader node is balanced as follows: > Cloud Graph (* Leader) > shard1 |- * 192.168.182.248:21101 > |- 192.168.182.247.21104 > shard2 |- * 192.168.182.249:21104 > |- 192.168.182.246:21101 > shard3 |- 192.168.182.247:21104 > |- * 192.168.182.246:21101 > shard4 |- 192.168.182.248:21101 > |- * 192.168.182.249:21104 > shard5 |- 192.168.182.249:21104 > |- * 192.168.182.246:21101 > shard6 |- * 192.168.182.248:21101 > |- 192.168.182.247:21104 > shard7 |- 192.168.182.248:21101 > |- * 192.168.182.249:21104 > shard8 |- * 192.168.182.247:21104 > |- 192.168.182.246:21101 > The correct expected result should be that there are two leader on each node. > But the actual result is.. > there are 3 leaders on 192.168.182.249:21104, > and only one Leader on 192.168.182.247:21104 > the others are distributed correctly. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org