All solr cores in a solr server are down. Cannot find anything from log.

2016-09-12 Thread forest_soup
We have a 3 node solrcloud. Each solr collection has only 1 shard and 1 replica. When we restart the 3 solr nodes, we found all the cores in one solr node are at down state and not changed to other state. The solr node is shown in /live_nodes in zookeeper. After restarting all the zk server and

Re: Solr Configuration for Hortontworks HA

2016-09-12 Thread Mikhail Khludnev
Hello, Giving https://community.hortonworks.com/questions/1926/accessing-hdfs-in-namenode-ha-environment.html you need just put path without hdfs://host, when I tried it, leading slash is ignored and the path is used as relative from hdfs://ha-node:8020/user/{bash-user} Then configure hdfs

Re: How to swap two cores and then unload one of them

2016-09-12 Thread Fabrizio Fortino
Hi George, Thank you for getting back to me. I am using Solr 6. I need to use coreContainer because I have created a CoreAdminHandler extension. Thanks, Fabrizio On Sun, Sep 11, 2016 at 6:42 PM, Georg Sorst wrote: > Hi Fabrizio, > > which Solr version are you using?

[Solr facet distinct count] Benchmark and implementation details

2016-09-12 Thread Alessandro Benedetti
Hi gents, was taking a look to the ways to calculate distinct count per facet. Reading through Yonik blogs [1] it seems quite safe to assume the " unique(field)" is the approach to go. Do we have any benchmark or details about the implementation ? Because as per Yonik blog it is faster than

Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Preeti Bhat
HI All, I am trying to setup the solr in Redhat Linux, using the install_solr_service.sh script of solr.6.2.0 tgz. The script runs and starts the solr on port 8983 even when the port is specifically specified as 2016. /root/install_solr_service.sh solr-6.2.0.tgz -i /opt -d /var/solr -u root

JNDI settings

2016-09-12 Thread Aristedes Maniatis
I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data import). I'm new to Solr Cloud setup (previously I was running Solr running as a custom bundled war) so I can't figure where to put the JNDI settings with user/pass themselves. I don't want to add it to jetty.xml because

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Shalin Shekhar Mangar
I just tried this out on ubuntu (sorry I don't have access to a red hat system) and it works fine. One thing that you have to take care of is that if you install the service on the default 8983 port then, trying to upgrade with the same tar to a different port does not work. So please ensure that

Re: Monitoring Apache Solr

2016-09-12 Thread Jan Høydahl
I’ve heard several people recommend Sensu lately https://sensuapp.org/ but i have not tested it yet. They seem to have a Solr plugin out of the box as well https://github.com/sensu-plugins/sensu-plugins-solr -- Jan

Re: ConcurrentUpdateSolrClient threads

2016-09-12 Thread Rallavagu
Any takers? On 9/9/16 9:03 AM, Rallavagu wrote: All, Running Solr 5.4.1 with embedded Jetty with frequent updates coming in and softCommit is set to 10 min. What I am noticing is occasional "slow" updates (takes 8 sec to 15 sec sometimes) and about the same time slow QTimes. Upon

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Jan Høydahl
I tried it on a Docker RHEL system (gidikern/rhel-oracle-jre) and the install failed with errors ./install_solr_service.sh: line 322: update-rc.d: command not found ./install_solr_service.sh: line 326: service: command not found ./install_solr_service.sh: line 328: service: command not found

Re: How to swap two cores and then unload one of them

2016-09-12 Thread Georg Sorst
Hi Fabrizio, I guess the correct way to add your modified / extended CoreAdminHandler would be to add it as a in solrconfig.xml Best, Georg Fabrizio Fortino schrieb am Mo., 12. Sep. 2016 11:24: > Hi George, > > Thank you for getting back to me. > > I am using Solr 6. > > I

Re: Monitoring Apache Solr

2016-09-12 Thread Bram Van Dam
> I try to monitor apache solr, because solr often over heap and status > collection solr be "down". How to monitor apache solr ?? > is there any tools for monitoring solr or how ?? The easiest way is to use the Solr ping feature: https://cwiki.apache.org/confluence/display/solr/Ping It will

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Kevin Risden
Jan - the issue you are hitting is Docker and /proc/version is getting the underlying OS kernel and not what you would expect from the Docker container. The errors for update-rc.d and service are because the docker image you are using is trimmed down. Kevin Risden On Mon, Sep 12, 2016 at 3:19

Re: How to enable JMX to monitor Jetty

2016-09-12 Thread Rallavagu
I have modified modules/http.mod as following (for solr 5.4.1, Jetty 9). As you can see I have referred jetty-jmx.xml. # # Jetty HTTP Connector # [depend] server [xml] etc/jetty-http.xml etc/jetty-jmx.xml On 5/21/16 3:59 AM, Georg Sorst wrote: Hi list, how do I correctly enable JMX in

Miserable Experience Using Solr. Again.

2016-09-12 Thread Aaron Greenspan
Hi, I have been on this list for some time because I know that any time I try to do anything related to Solr I’m going to have to spend hours on it, wondering why everything has to be so awful, and I just want somewhere to provide feedback with the dim hope that the product might improve one

Re: Miserable Experience Using Solr. Again.

2016-09-12 Thread John Bickerstaff
For what it's worth - I found enough frustration upgrading that I decided to "upgrade by replacement" Now, I suppose if you've got a huge dataset to re-index that could be a problem, but just in case an option like that helps you, I'll suggest this. 1. Install 6.x on a new machine using the

Re: Miserable Experience Using Solr. Again.

2016-09-12 Thread billnbell
Interested for sure Bill Bell Sent from mobile > On Sep 12, 2016, at 4:05 PM, John Bickerstaff > wrote: > > For what it's worth - I found enough frustration upgrading that I decided > to "upgrade by replacement" > > Now, I suppose if you've got a huge dataset to

Solr Cloud: Higher search latency with two nodes vs one node

2016-09-12 Thread Brent
I've been testing Solr Cloud 6.1.0 with two servers, and getting somewhat disappointing query latency. I'm comparing the latency with the same tests, running DSE in place of Solr Cloud. It's surprising, because running the test just on my laptop (running a single instance of Solr), I get

Re: Miserable Experience Using Solr. Again.

2016-09-12 Thread John Bickerstaff
Sure - ping me off the list and I'll send my text file docs. They're rough and (of course) focused on what I'm doing, but they just might relieve some of the pain. Caveat - all on Linux and command line - no Admin UI api's -- I like the feel of the command line so I use it. On Mon, Sep 12, 2016

Re: Miserable Experience ..... Again.

2016-09-12 Thread Bradley Belyeu
I agree with what Erik wrote and some of Aaron’s original post. I’m relatively new to the Solr system (yes, pun intended) having just started diving into it a little over a year ago. I was in the “envious” position of being the only person who wanted to learn it and support it after our

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Shalin Shekhar Mangar
Which version of red hat? Is lsof installed on this system? On Mon, Sep 12, 2016 at 4:30 PM, Preeti Bhat wrote: > HI All, > > I am trying to setup the solr in Redhat Linux, using the > install_solr_service.sh script of solr.6.2.0 tgz. The script runs and > starts the

Re: Miserable Experience ..... Again.

2016-09-12 Thread Joel Bernstein
I'm currently working on upgrading Alfresco from Solr 6.0 to Solr 6.2. Should be easy. Think again. Lucene analyzer changes between Solr 6.0 and Solr 6.2 and a new assert in ConjunctionDISI have caused days of work to perform this simple upgrade. Joel Bernstein http://joelsolr.blogspot.com/ On

Re: Miserable Experience Using Solr. Again.

2016-09-12 Thread John Bickerstaff
I would also add that dealing with Java versions has always been a pain until you get used to the whole "JAVA HOME" thing, but that this isn't anything to do with SOLR per se - it's just part and parcel of dealing with open source software that uses Java... Big changes between major versions of

Re: Miserable Experience ..... Again.

2016-09-12 Thread Erik Hatcher
Aaron - I for one sympathize. When I pause to think of the stacks upon stacks of technologies that something like Solr are built upon… my head spins and I feel for the folks coming to computer science these days and having the whole Java and Big Data stacks and all that goes along with that