Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88C7E18F10 for ; Wed, 19 Aug 2015 21:48:49 +0000 (UTC) Received: (qmail 8788 invoked by uid 500); 19 Aug 2015 21:48:44 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 8725 invoked by uid 500); 19 Aug 2015 21:48:44 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 8709 invoked by uid 99); 19 Aug 2015 21:48:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 21:48:44 +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 CB990C09FA for ; Wed, 19 Aug 2015 21:48:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id w7lekxnbZ1Cj for ; Wed, 19 Aug 2015 21:48:42 +0000 (UTC) Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id D982A214D1 for ; Wed, 19 Aug 2015 21:48:41 +0000 (UTC) Received: by qgeg42 with SMTP id g42so15591347qge.1 for ; Wed, 19 Aug 2015 14:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OeoA4zwL7yzcGj0B47QJPJv+ON1rLYpsaq2zAqjm6Xc=; b=WRTX/HeyY4Awhbxz/Xg9ZiBm23XgV4dc0dN0dFOaceTkPHqSKrPY83nrla8IZnGQ72 vu7LUji0QgeqXtXrXR7JZGLJdlim2KklHKwVSDEiF1fI0UxdhQE8EX+oa7jpG9QXXm3f soO0pymuQW8QfAHRnak6JSYsm3UkcKC6Cu4mrhKRYb8SrJlyjzeDk9IaQ3vH4ZaVfp/T R+Z3Z9K9oUh5xz4R9FZtbUsTvhK0os21U2lsrw2tVdvhuxpUT83PKQWDXUS9TEzDKcDQ eR5C0UYC6ju31llztn3SGa4HpAr9zOoeIwkUeC8Tz8PT8+hbYrxpHBIFWwPPDAIULX6R rPpw== MIME-Version: 1.0 X-Received: by 10.140.151.214 with SMTP id 205mr28413890qhx.91.1440020914963; Wed, 19 Aug 2015 14:48:34 -0700 (PDT) Received: by 10.140.19.244 with HTTP; Wed, 19 Aug 2015 14:48:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 23:48:34 +0200 Message-ID: Subject: Re: Solrcloud node is not comming up From: Merlin Morgenstern To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11355f3a1b249b051db0ff9a --001a11355f3a1b249b051db0ff9a Content-Type: text/plain; charset=UTF-8 Thank you for the quick answer. I learned now how to use the Collections API. Is there a "better" way to issue the commands then to enter them into the Browser as URL and getting back JSON? 2015-08-19 22:23 GMT+02:00 Erick Erickson : > No, nothing. The graphical view shows collections and the associated > replicas. > This new node has no replicas that are part of any collection, so it won't > show in the graphical view. > > If you create a new collection that happens to put a replica on the new > node, > it'll then show up as part of that collection in the graphical view. > > If you do an ADDREPLICA to the existing collection and specify the new > machine with the "node" parameter, see: > > https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api_addreplica > > then it should show up. > > On Wed, Aug 19, 2015 at 12:42 PM, Merlin Morgenstern > wrote: > > I have a Solrcloud cluster running with 2 nodes, configured with 1 shard > > and 2 replica. Now I have added a node on a new server, registered with > the > > same three zookeepers. The node shows up inside the tree of the Solrcloud > > admin GUI under "live nodes". > > > > Unfortunatelly the new node is not inside the graphical view and it > shows 0 > > cores available while the other admin interface shows the available > core. I > > have also shutdown the second replica server which is now grayed out. But > > still third node not available. > > > > Is there something I have to do in order to add a node, despite > registering > > it? This is the startup command I am using: > > bin/solr start -cloud -s server/solr2 -p 8983 -z > zk1:2181,zk1:2182,zk1:2183 > > -noprompt > --001a11355f3a1b249b051db0ff9a--