Solrcloud node is not comming upApache Solr would not startSolrCloud setup with tomcatSOLR Error 500: default search field 'name' not defined or not indexedSolrCloud 4.8.0 - Snapshot directories take a lot of spaceManifoldCF keeps running out of memoryShould the replica version match between replicas of the same shard in SolrCloudZookeeper node is not able to load database on production server anymoreSolrcloud: Error 500 after restartRestoring Solr Cloud 4.7 indexMigration from Standalone Solar to SolrCloud in AWS

Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?

Find hamming distance between two Strings of equal length in Java

On studying Computer Science vs. Software Engineering to become a proficient coder

Interior smooth regularity

Longest Text in Latin

Why is it harder to turn a motor/generator with shorted terminals?

Can I say: "When was your train leaving?" if the train leaves in the future?

51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?

How exactly does artificial gravity work?

Can a tourist shoot a gun in the USA?

What's the difference between "за ... от" and "в ... от"?

Why did I need to *reboot* to change my group membership

How did Thanos not realise this had happened at the end of Endgame?

using `is` operator with value type tuples gives error

Quote from Leibniz

How can a layman easily get the consensus view of what academia *thinks* about a subject?

Why in the below sentence dative "dem" is used instead of nominative "der"?

Are there any established rules for splitting books into parts, chapters, sections etc?

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

How can dragons propel their breath attacks to a long distance

How do I interpret improvement in AUC ROC from the business perspective?

How can I answer high-school writing prompts without sounding weird and fake?

Why do the lights go out when someone enters the dining room on this ship?

What kind of SATA connector is this?



Solrcloud node is not comming up


Apache Solr would not startSolrCloud setup with tomcatSOLR Error 500: default search field 'name' not defined or not indexedSolrCloud 4.8.0 - Snapshot directories take a lot of spaceManifoldCF keeps running out of memoryShould the replica version match between replicas of the same shard in SolrCloudZookeeper node is not able to load database on production server anymoreSolrcloud: Error 500 after restartRestoring Solr Cloud 4.7 indexMigration from Standalone Solar to SolrCloud in AWS






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I have a Solrcloud cluster running with 2 nodes, configured with one shard and one 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". However it is not inside the graphical view and it shows 0 cores available while the other admin interface shows the available core.



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









share|improve this question




























    2















    I have a Solrcloud cluster running with 2 nodes, configured with one shard and one 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". However it is not inside the graphical view and it shows 0 cores available while the other admin interface shows the available core.



    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









    share|improve this question
























      2












      2








      2








      I have a Solrcloud cluster running with 2 nodes, configured with one shard and one 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". However it is not inside the graphical view and it shows 0 cores available while the other admin interface shows the available core.



      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









      share|improve this question














      I have a Solrcloud cluster running with 2 nodes, configured with one shard and one 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". However it is not inside the graphical view and it shows 0 cores available while the other admin interface shows the available core.



      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






      solr






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 19 '15 at 19:38









      merlinmerlin

      1,01452351




      1,01452351




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I discovered in the zookeeper logs that the embedded zookeeper will only run in "Standalone Mode" which means it will not create a cluster or ensemble. Your two node cluster is really just a 1 node (zookeeper) cluster with the second node's Solr using the first node's zookeeper to run off. It's a little misleading because the Solr web interface says two (Solr) nodes are active. Don't mistake this for two (Zookeeper) nodes being active.



          The Solr docs specifically says "embedded zookeeper use in production is not supported" so they cripple it. I think it's a bit of a waste personally, if you can simplify the installation by embedded zookeeper, then yay! But alas no. I even tried to set the zoo.cfg to do cloud mode, but Solr seems to be bypassing this setting somehow.



          It's best to just run your own zookeeper (really easy to set up... just don't try anything advanced until you follow the tutorial word for word to get a win).



          I hope this helps. I was driven mad by it myself.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f715371%2fsolrcloud-node-is-not-comming-up%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I discovered in the zookeeper logs that the embedded zookeeper will only run in "Standalone Mode" which means it will not create a cluster or ensemble. Your two node cluster is really just a 1 node (zookeeper) cluster with the second node's Solr using the first node's zookeeper to run off. It's a little misleading because the Solr web interface says two (Solr) nodes are active. Don't mistake this for two (Zookeeper) nodes being active.



            The Solr docs specifically says "embedded zookeeper use in production is not supported" so they cripple it. I think it's a bit of a waste personally, if you can simplify the installation by embedded zookeeper, then yay! But alas no. I even tried to set the zoo.cfg to do cloud mode, but Solr seems to be bypassing this setting somehow.



            It's best to just run your own zookeeper (really easy to set up... just don't try anything advanced until you follow the tutorial word for word to get a win).



            I hope this helps. I was driven mad by it myself.






            share|improve this answer



























              0














              I discovered in the zookeeper logs that the embedded zookeeper will only run in "Standalone Mode" which means it will not create a cluster or ensemble. Your two node cluster is really just a 1 node (zookeeper) cluster with the second node's Solr using the first node's zookeeper to run off. It's a little misleading because the Solr web interface says two (Solr) nodes are active. Don't mistake this for two (Zookeeper) nodes being active.



              The Solr docs specifically says "embedded zookeeper use in production is not supported" so they cripple it. I think it's a bit of a waste personally, if you can simplify the installation by embedded zookeeper, then yay! But alas no. I even tried to set the zoo.cfg to do cloud mode, but Solr seems to be bypassing this setting somehow.



              It's best to just run your own zookeeper (really easy to set up... just don't try anything advanced until you follow the tutorial word for word to get a win).



              I hope this helps. I was driven mad by it myself.






              share|improve this answer

























                0












                0








                0







                I discovered in the zookeeper logs that the embedded zookeeper will only run in "Standalone Mode" which means it will not create a cluster or ensemble. Your two node cluster is really just a 1 node (zookeeper) cluster with the second node's Solr using the first node's zookeeper to run off. It's a little misleading because the Solr web interface says two (Solr) nodes are active. Don't mistake this for two (Zookeeper) nodes being active.



                The Solr docs specifically says "embedded zookeeper use in production is not supported" so they cripple it. I think it's a bit of a waste personally, if you can simplify the installation by embedded zookeeper, then yay! But alas no. I even tried to set the zoo.cfg to do cloud mode, but Solr seems to be bypassing this setting somehow.



                It's best to just run your own zookeeper (really easy to set up... just don't try anything advanced until you follow the tutorial word for word to get a win).



                I hope this helps. I was driven mad by it myself.






                share|improve this answer













                I discovered in the zookeeper logs that the embedded zookeeper will only run in "Standalone Mode" which means it will not create a cluster or ensemble. Your two node cluster is really just a 1 node (zookeeper) cluster with the second node's Solr using the first node's zookeeper to run off. It's a little misleading because the Solr web interface says two (Solr) nodes are active. Don't mistake this for two (Zookeeper) nodes being active.



                The Solr docs specifically says "embedded zookeeper use in production is not supported" so they cripple it. I think it's a bit of a waste personally, if you can simplify the installation by embedded zookeeper, then yay! But alas no. I even tried to set the zoo.cfg to do cloud mode, but Solr seems to be bypassing this setting somehow.



                It's best to just run your own zookeeper (really easy to set up... just don't try anything advanced until you follow the tutorial word for word to get a win).



                I hope this helps. I was driven mad by it myself.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 2 at 17:52









                ITIAITIA

                12




                12



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f715371%2fsolrcloud-node-is-not-comming-up%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos