Re: Solr cloud issue : Solr 6.5

2018-01-05 Thread Satyaprashant Bezwada
Prashant On 1/5/18, 2:09 PM, "Shawn Heisey" <apa...@elyograg.org> wrote: WARNING - External email; exercise caution. On 1/5/2018 2:35 PM, Satyaprashant Bezwada wrote: > Thanks a lot. It helped, I noticed the error in the solr console log. > # java

Re: Solr cloud issue : Solr 6.5

2018-01-05 Thread Satyaprashant Bezwada
e GCViewer to figure out whether I have excessive stop-the-world pauses first. Best, Erick On Fri, Jan 5, 2018 at 11:36 AM, Satyaprashant Bezwada < satyaprashant.bezw...@nasdaq.com> wrote: > Not sure where we are going wrong in our implementation. >

Solr cloud issue : Solr 6.5

2018-01-05 Thread Satyaprashant Bezwada
Not sure where we are going wrong in our implementation. We have a Solr cloud environment (Solr 6.5), with 2 solr nodes and 3 Zookeeper servers. The environment was running without any issues, but lately noticed that one of the Solr node keeps shutting down frequently. We have replication in

Solr 6.5 remote JMX

2017-10-03 Thread Satyaprashant Bezwada
I am not able to connect to remote JMX using jconsole on Solr 6.5. The Solrconfig.xml does have this XML attribute that states the default MBean. I want to set up JMX so as to monitor the solr nodes. I have solr cloud configuration setup. I have set the ENABLE_REMOTE_JMX_OPTS="true" in

Re: Solr replication

2017-09-20 Thread Satyaprashant Bezwada
exercise caution. Your solrconfig.xml file is mal-formed. The smoking gun is: Exception during parsing file: solrconfig.xml Best, Erick On Tue, Sep 19, 2017 at 4:48 PM, Satyaprashant Bezwada <satyaprashant.bezw...@nasdaq.com> wrote: >

Solr replication

2017-09-19 Thread Satyaprashant Bezwada
Need some inputs or help in resolving replication across solr nodes. We have installed Solr 6.5 in cloud mode and have 3 ZooKeepers and 2 Solr nodes configured. Enabled Solr replication in my Solrj client but the replication fails and is unable to create a collection. The same code works in