Re: moving leader to another replica of a collection?

2016-07-10 Thread Derek Poh
Hi Shawn Got it. Will delete all replicas on thatserver first before shutting down solron it. Thank you, Derek On 7/11/2016 9:43 AM, Shawn Heisey wrote: On 7/10/2016 7:34 PM, Derek Poh wrote: I need to remove a server from the cluster of serversrunning solr in my production environment. 1of

Analyzing .pos files using luke

2016-07-10 Thread KNitin
Hi, I am trying to diff between 2 versions of solr index. Both the indices have similar .doc, .pay file sizes but their .pos files are extremely different. How do i dig deeper to understand what could be causing this difference? Is there a way to just open/analyze .pos file/compare 2 .pos files

Re: moving leader to another replica of a collection?

2016-07-10 Thread Shawn Heisey
On 7/10/2016 7:34 PM, Derek Poh wrote: > I need to remove a server from the cluster of serversrunning solr in > my production environment. 1of the collection's replica is a leader on > this server. > The collection is setup as 1shard with 5 replicas. With each replica > residing on a physical serve

moving leader to another replica of a collection?

2016-07-10 Thread Derek Poh
Hi This is my situation. I need to remove a server from the cluster of serversrunning solr in my production environment. 1of the collection's replica is a leader on this server. The collection is setup as 1shard with 5 replicas. With each replica residing on a physical server. How can I move

Re: File Descriptor/Memory Leak

2016-07-10 Thread Alexandre Rafalovitch
If this is reproducible, I would run the comparison under Wireshark (used to be called Ehtereal) https://www.wireshark.org/ . It would capture full network traffic and can even be run on a machine separate from either client or server (in promiscuous mode). Then, I would look at number of connecti

Re: CPU hangs at LeapFrogScorer.advanceToNextDoc() under high load

2016-07-10 Thread Erick Erickson
Not being able to reproduce this locally makes it tough. What I usually do at that point is start looking at the environment. > Are the JVMs identical? > Are the memory settings comparable? > Have you looked at GC activity? Sometimes what's really happening is that the method in question is tri

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-10 Thread Yangrui Guo
Hi my solution uses multi value text fields for storing data objects. It works best with relational search using natural language. For example, "car", "automobile", "vehicle" may denote the same class, but they are not equivalent under certain contexts. Multiple value attributes could help the sear

CPU hangs at LeapFrogScorer.advanceToNextDoc() under high load

2016-07-10 Thread Stefan Moises
Hi, we are experiencing problems on our live system, we use a single Solr server with 7 live cores and as soon as there is some traffic on the website (Solr is used for filtering a Ecommerce Site with filters on category lists and of course for searching), all available CPUs (no matter how ma

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-10 Thread Puneet Pawaia
Hi Yangrui We are testing the Rank and Retrieve as well as the NLP interface. However this is being done by another team and so I would not be able to comment further on it. I would like to know what kind of Solr field you are using for storing the output from your classes. And also what function o

Re: File Descriptor/Memory Leak

2016-07-10 Thread Shai Erera
There is no firewall and the CLOSE_WAITs are between Solr-to-Solr nodes (the origin and destination IP:PORT belong to Solr). Also, note that the same test runs fine on 5.4.1, even though there are still few hundreds of CLOSE_WAITs. I'm looking at what has changed in the code between 5.4.1 and 5.5.