Re: Memory Leak in solr 4.8.1

2015-04-09 Thread pras.venkatesh
I don't have a filter cache, and have completely disabled filter cache. Since I am not using filter queries. -- View this message in context: http://lucene.472066.n3.nabble.com/Memory-Leak-in-solr-4-8-1-tp4198488p4198716.html Sent from the Solr - User mailing list archive at Nabble.com.

Memory Leak in solr 4.8.1

2015-04-08 Thread pras.venkatesh
I have a solr cloud instance with 8 nodes, 4 shards and facing memory leak on the JVMs here are the details of the instance. 1. 8 nodes, 4 shards(2 nodes per shard) 2. each node having about 55 GB of Data, in total there is 450 million documents in the collection. so the document size is not hug

Re: Disable or limit the size of Lucene field cache

2015-04-14 Thread pras.venkatesh
Thank you.. This really helps. -- View this message in context: http://lucene.472066.n3.nabble.com/Disable-or-limit-the-size-of-Lucene-field-cache-tp4198798p4199646.html Sent from the Solr - User mailing list archive at Nabble.com.

Not able to Add docValues in Solr

2015-05-07 Thread pras.venkatesh
I am trying to enable Doc Values for certain fields in Solr schema which helps with memory management while sorting the results and here is configuration I have And field type defined this way. I deployed this schema and started the server, but I don't see the schema.xml reflecting the docva

Re: Not able to Add docValues in Solr

2015-05-07 Thread pras.venkatesh
Thanks for your reply, I was under the impression that clusterstate.json and aliases.json are the two files that the zookeeper maintains. Did not know that schema.xml is also maintained by zookeeper.Yes I am running solrCloud. should I use the zookeeper client to re-upload? -- View this messag

Re: Not able to Add docValues in Solr

2015-05-08 Thread pras.venkatesh
Never mind.. used the zkcli.sh that comes with solr to accomplish the firewall -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-Add-docValues-in-Solr-tp4204405p4204579.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Disable or limit the size of Lucene field cache

2015-06-04 Thread pras.venkatesh
A follow up question, I see docValues has been there since Lucene 4.0. so can I use docValues with my current solr cloud version of 4.8.x The reason I am asking is because, I have deployment mechanism and securing the index (using Tomcat Valves) all built out based on Tomcat which I need figure o

docValues in solr/lucene 4.8.x

2015-06-04 Thread pras.venkatesh
I see docValues has been there since Lucene 4.0. so can I use docValues with my current solr cloud version of 4.8.x The reason I am asking is because, I have deployment mechanism and securing the index (using Tomcat valve) all built out based on Tomcat which I need figure out all the way again wi

SOLR cloud creating multiple copies of the same index

2014-07-25 Thread pras.venkatesh
Hi , we have a solr cloud instance with 8 nodes and 4 shards. We are starting to see that index size is growing so huge and when looked at the file system solr has created several copies of the index. However using solr admin, I could see its using only on the them. This is what I see in solr admi