Solr 4.7 Payload

2014-07-04 Thread Ranjith Venkatesan
println(termPositionsEnum.getPayload()); // returns null } *luke * <http://lucene.472066.n3.nabble.com/file/n4145641/luke.png> Am i missing some configuration or i am doing in a wrong way ??? Any help in resolving this issue will be appreciated. Thanks in advance Ranjith Venkatesan -- Vie

Re: Solr Split Shard - Document loss and down time

2013-08-07 Thread Ranjith Venkatesan
I have explained in the above post with screenshots. Indexing gets failed when any node is down and also shard splitting is in progress -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Split-Shard-Document-loss-and-down-time-tp4082002p4082994.html Sent from the Solr - Us

Re: Solr Split Shard - Document loss and down time

2013-08-07 Thread Ranjith Venkatesan
Hi Erick, I have a question. Suppose if any error occurred during shard split , is there any approach to revert back the split action? . This is seriously breaking my head. For me documents are getting lost when any of the node for that shard is dead when split shard is in progress. Thanks Ran

Re: Solr Split Shard - Document loss and down time

2013-08-02 Thread Ranjith Venkatesan
I have tried in 4.4 too. It also produces same kind of problem only. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Split-Shard-Document-loss-and-down-time-tp4082002p4082180.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Split Shard - Document loss and down time

2013-08-01 Thread Ranjith Venkatesan
ateRequest.java:117) at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168) at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) at tokyosolrindex.Main.main(Main.java:44)/ Is there any approach to overcome this??? Thanks in advance RANJITH VENKATESAN -- View this mes

Re: Machine memory full

2013-07-30 Thread Ranjith Venkatesan
Thanks for the reply. I think this approach will work only for new collections. Is there any approach to shift some existing cores to a new machine or node?? -- View this message in context: http://lucene.472066.n3.nabble.com/Machine-memory-full-tp4080511p4081235.html Sent from the Solr - User

Machine memory full

2013-07-26 Thread Ranjith Venkatesan
. Currently one of the machine memory is 60% filled. My question is how to handle this scenario without interrupting the service. Thanks in advance RANJITH VENKATESAN -- View this message in context: http://lucene.472066.n3.nabble.com/Machine-memory-full-tp4080511.html Sent from the Solr

Solr-Max connections

2013-07-15 Thread Ranjith Venkatesan
: My assumption is ,maxconnections will be based on Jetty or Tomcat. Is it so?? If not how to configure maxConnections in solr and zookeeper. In my case 1000 users may search simultaneously. And also indexing will also happen at the same time. Thanks in advance Ranjith Venkatesan -- View this

Solr Zookeeper - Too Many file descriptors on network failure

2013-07-15 Thread Ranjith Venkatesan
closed. and hence the node could able to join to cloud. But when network is available again, after that exception , node couldnt able to join to cloud. Thanks in advance RANJITH VENKATESAN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Zookeeper-Too-Many-file

Re: Solr Live Nodes not updating immediately

2013-07-12 Thread Ranjith Venkatesan
Hi, tickTime in zookeeper was high. When i reduced it to 2000ms solr node status gets updated in <20s. Hence resolved my issue. Thanks for helping me. I have one more question. 1. Is it advisable to reduce the tickTime further. 2. Or whats the most appropriate tickTime which gives maximum perfo

Re: Solr Live Nodes not updating immediately

2013-07-10 Thread Ranjith Venkatesan
My zkClientTimeout is set to 15000 by default. I am using external zookeeper-3.4.5 which is also running in 3 machines. I am using only one shard with replication factor being set to 3. Normal shutdown updates the solr state as soon as the node gets down.. I am facing issue with abrupt shut down

Re: Solr Live Nodes not updating immediately

2013-07-09 Thread Ranjith Venkatesan
We are going to use solr in production. There are chances that the machine itself might shutdown due to power failure or the network is disconnected due to manual intervention. We need to address those cases as well to build a robust system.. -- View this message in context: http://lucene.47206

Re: Solr Live Nodes not updating immediately

2013-07-09 Thread Ranjith Venkatesan
The same scenario happens if network to any one of the machine is unavailable. (i.e if we manually disconnect network cable also, status of the node not gets updated immediately). Pls help me in this issue -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Live-Nodes-not-

Solr Live Nodes not updating immediately

2013-07-09 Thread Ranjith Venkatesan
quot;Gone" node. My question is 1. Why does it takes so much time to update the status of the inactive node. 2. And if the leader node itself is killed means, i cant able to use the service till the status of the node gets updated. Thanks in advance Ranjith Venkatesan -- View thi

Solr Collection's Size

2013-04-05 Thread Ranjith Venkatesan
Hi, I am new to solr. I want to find size of collection dynamically via solrj. I tried many ways but i couldnt succeed in any of those. Pls help me with this issue. Thanks in advance Ranjith Venkatesan -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Collection-s