Re: java.util.concurrent.TimeoutException: Idle timeout expired: 50001/50000 ms

2017-02-21 Thread Sadheera Vithanage
8 bytes for every entry etc. > > > > I guess my point is that you shouldn't be surprised if 1G is too > > small. I'd start with 4-8G and then reduce it after you get some > > experience with your data and queries and now much memory they > > require. > > > &g

Re: java.util.concurrent.TimeoutException: Idle timeout expired: 50001/50000 ms

2017-02-21 Thread Sadheera Vithanage
n Mon, Feb 20, 2017 at 11:50 AM, Erick Erickson <erickerick...@gmail.com> wrote: > The first place to look for something like his is garbage collection. > Are you hitting any really long stop-the-world GC pauses? > > Best, > Erick > > On Sun, Feb 19, 2017 at 2:21 PM, Sa

java.util.concurrent.TimeoutException: Idle timeout expired: 50001/50000 ms

2017-02-19 Thread Sadheera Vithanage
(ThreadPoolExecutor.java:617)* * ... 1 more* It has been there for 3 minutes and nothing after that. Any Clue? -- Regards Sadheera Vithanage

OuterHashJoin doesn't return values

2017-01-22 Thread Sadheera Vithanage
42, fl="Id,DocId,SubDocId", sort="Id asc"), on="ContentId=Id" ) What am I doing wrong here. Thank you. -- Regards Sadheera Vithanage

Re: upconfig in zookeeper doesn't relfect changes

2016-11-28 Thread Sadheera Vithanage
Please ignore this, It worked. On Tue, Nov 29, 2016 at 11:41 AM, Sadheera Vithanage <sadhee...@gmail.com> wrote: > Hi All, > > I am trying to edit the solrconfig.xml for my solrcloud setup, which is in > the zookeeper as a configuration. > > Below are the steps I am

upconfig in zookeeper doesn't relfect changes

2016-11-28 Thread Sadheera Vithanage
help is greatly appreciated. -- Regards Sadheera Vithanage

Re: Comparing a Date value in solr

2016-11-23 Thread Sadheera Vithanage
date-math-now-and-filter-queries/ > > Best, > Erick > > On Tue, Nov 22, 2016 at 7:29 PM, Sadheera Vithanage <sadhee...@gmail.com> > wrote: > > Hi All, > > > > I am struggling to get the difference of 2 days and return the matching > > documents. >

Comparing a Date value in solr

2016-11-22 Thread Sadheera Vithanage
date with today's date and return the documents that falls within a date range.For example 7 days. Thank you. -- Regards Sadheera Vithanage

Re: Date Comparison in SOLR

2016-11-07 Thread Sadheera Vithanage
com> wrote: > This looks much more like a function query > > Best, > Erick > > On Mon, Nov 7, 2016 at 4:18 PM, Sadheera Vithanage <sadhee...@gmail.com> > wrote: > > Hi Experts, > > > > I am trying to compare dates as below in SOLR and not gett

Date Comparison in SOLR

2016-11-07 Thread Sadheera Vithanage
. I am getting the below error doing so. "msg":"undefined field: \"_SolrIntField__i+NOW\"", Thank you very much. -- Regards Sadheera Vithanage

Re: Load balancing with solr cloud

2016-10-20 Thread Sadheera Vithanage
eepers for this situation. > > Regards, > Garth Grimm > > -Original Message- > From: Sadheera Vithanage [mailto:sadhee...@gmail.com] > Sent: Thursday, October 20, 2016 5:11 PM > To: solr-user@lucene.apache.org > Subject: Load balancing with solr cloud > > Hi

Load balancing with solr cloud

2016-10-20 Thread Sadheera Vithanage
) that zookeeper will load balance between solr nodes but if we want to distribute the load between zookeeper nodes as well, what is the best approach. Cost is a concern for us too. Thank you very much, in advance. -- Regards Sadheera Vithanage

Re: Advice on implementing SOLR Cloud

2016-10-18 Thread Sadheera Vithanage
on separate > > machines. > > > > See this: https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html > > > > Virtual box and Linux VMs are free (except for the time to build them) > and > > you may want to take that route instead of doing everythin

Re: Advice on implementing SOLR Cloud

2016-10-17 Thread Sadheera Vithanage
g/doc/r3.1.2/zookeeperAdmin.html > > Virtual box and Linux VMs are free (except for the time to build them) and > you may want to take that route instead of doing everything on the same > machine, but that's up to you... > > On Mon, Oct 17, 2016 at 5:02 PM, Sadheera Vithanage <s

Advice on implementing SOLR Cloud

2016-10-17 Thread Sadheera Vithanage
configurations. OS: Ubuntu Solr version: 6.2.0 If I can get a list of setup steps, for this config It will help as well.. Please let me know if you need further clarifications. Thank you very much. -- Regards Sadheera Vithanage