SolrCloud
Hello, I am working on solr.I have set up 2 solr instances on different systems i.e i did sharding.I am using tomcat and eclipse environment.When I fire a query in solrj for a data from index,i get response when both system's tomcat is working.But when I stop one of the system's server I dont get response from any of the system.Is there any solution for this that when any one of the system is down I will get response from any one of the server. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-tp3867086p3867086.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: SolrCloud
Ok.Then what does exactly zookeeper do in Solrcloud?Why we use?I am geetting query response from both shards even without using zookeeper. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-tp3867086p3869896.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: SolrCloud
Then what exactly solrcloud does.because when i am firing query I am getting response even without zookeeper? -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-tp3867086p3876820.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: SolrCloud
Thanks for replying, So if i will make a replica of each shard,then should I use zookeeper for every shards and replica or only for the replica.! more question i want to ask is that I am using solr in tomcat and eclipse environment using solrj.so I am a bit confuse as to how to use zookeeper in it along with tomcat.I have downloaded zookeeper jar files also but need little help in it. -Asia -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-tp3867086p3876869.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: SolrCloud new....
Hello, even I am working on the same,I have tried with the wiki example but I am getting errors.I want to use zookeeper with solrj in eclipse using tomcat.Need little help.as to how to integrate zookeeper in eclipse for solrcloud. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-new-tp1528872p3876928.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: SolrCloud
I tried solrwiki example A but I am getting following errors: HTTP ERROR 500 Problem accessing /solr/collection1/admin/zookeeper.jsp. Reason: PWC6033: Unable to compile class for JSP PWC6199: Generated servlet error: Only a type can be imported. org.apache.zookeeper.data.Stat resolves to a package PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: SolrZkClient cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: ZkController cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: The method getZkController() is undefined for the type CoreContainer PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: SolrZkClient cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: Stat cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: Stat cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: KeeperException cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: e cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: KeeperException cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: e cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: Stat cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: Stat cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: KeeperException cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: e cannot be resolved PWC6197: An error occurred at line: 46 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: printer.zkClient cannot be resolved or is not a field org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP PWC6199: Generated servlet error: Only a type can be imported. org.apache.zookeeper.data.Stat resolves to a package PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: SolrZkClient cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: ZkController cannot be resolved to a type PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: The method getZkController() is undefined for the type CoreContainer PWC6197: An error occurred at line: 75 in the jsp file: /admin/zookeeper.jsp PWC6199: Generated servlet error: zkClient cannot be resolved PWC6197: An error occurred at line: 75 in the jsp file: /admin/
SolrCloud
What is the difference between solr and solrcloud? -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-tp3880780p3880780.html Sent from the Solr - User mailing list archive at Nabble.com.