Re: External File Field eating memory

2014-07-15 Thread Apoorva Gaurav
Thanks Kamal. On Wed, Jul 16, 2014 at 11:43 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Apporva, > > This was my master server replication configuration: > > core/conf/solrconfig.xml > > > > > > commit > > startup > > ../data/external_eff_views >

Re: External File Field eating memory

2014-07-15 Thread Kamal Kishore Aggarwal
Hi Apporva, This was my master server replication configuration: core/conf/solrconfig.xml > > commit > startup > ../data/external_eff_views > > It is only configuration files that can be replicated. So, when I wrote the above config. The external files was g

Re: External File Field eating memory

2014-07-14 Thread Apoorva Gaurav
Hey Kamal, What all config changes have you done to establish replication of external files and how have you disabled role reloading? On Wed, Jul 9, 2014 at 11:30 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi All, > > It was found that external file, which was getting replicate

Re: External File Field eating memory

2014-07-08 Thread Kamal Kishore Aggarwal
Hi All, It was found that external file, which was getting replicated after every 10 minutes was reloading the core as well. This was increasing the query time. Thanks Kamal Kishore On Thu, Jul 3, 2014 at 12:48 PM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > With the above replic

Re: External File Field eating memory

2014-07-03 Thread Kamal Kishore Aggarwal
With the above replication configuration, the eff file is getting replicated at core/conf/data/external_eff_views (new dir data is being created in conf dir) location, but it is not getting replicated at core/data/external_eff_views on slave. Please help. On Thu, Jul 3, 2014 at 12:21 PM, Kamal K

Re: External File Field eating memory

2014-07-02 Thread Kamal Kishore Aggarwal
Thanks for your guidance Alexandre Rafalovitch. I am looking into this seriously. Another question is that I facing error in replication of eff file This is master replication configuration: core/conf/solrconfig.xml > > commit > startup > ../data/external_eff_view

Re: External File Field eating memory

2014-07-02 Thread Shalin Shekhar Mangar
This might be related: https://issues.apache.org/jira/browse/SOLR-3514 On Sat, Jun 28, 2014 at 5:34 PM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Team, > > I have recently implemented EFF in solr. There are about 1.5 lacs(unsorted) > values in the external file. After this imp

Re: External File Field eating memory

2014-07-02 Thread Alexandre Rafalovitch
How would we know where the problem is? It's your custom implementation. And it's your own documents, so we don't know field sizes/etc. And it's your own metric (ok, Indian metric, but lacs are fairly unknown outside of India). Seriously though, have you tried using any memory profilers and runnin

Re: External File Field eating memory

2014-07-02 Thread Kamal Kishore Aggarwal
Any replies ?? On Sat, Jun 28, 2014 at 5:34 PM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Team, > > I have recently implemented EFF in solr. There are about 1.5 > lacs(unsorted) values in the external file. After this implementation, the > server has become slow. The solr query

External File Field eating memory

2014-06-28 Thread Kamal Kishore Aggarwal
Hi Team, I have recently implemented EFF in solr. There are about 1.5 lacs(unsorted) values in the external file. After this implementation, the server has become slow. The solr query time has also increased. Can anybody confirm me if these issues are because of this implementation. Is that memor