Re: SolrCloud graph status is out of date

2013-01-10 Thread Zeng Lames
On Jan 10, 2013, at 12:41 AM, Zeng Lames lezhi.z...@gmail.com wrote: thanks Mark. will further dig into the logs. there is another problem related. we have collections with 3 shards (2 nodes in one shard), the collection have about 1000 records in it. but unfortunately that after the leader

Re: SolrCloud graph status is out of date

2013-01-10 Thread Zeng Lames
thanks Mark. looking forward it On Fri, Jan 11, 2013 at 9:28 AM, Mark Miller markrmil...@gmail.com wrote: Looks like we are talking about making a release candidate next week. Mark Sent from my iPhone On Jan 10, 2013, at 7:50 PM, Zeng Lames lezhi.z...@gmail.com wrote: thanks Mark. may

Re: SolrCloud graph status is out of date

2013-01-09 Thread Zeng Lames
to see if you can narrow in on the reason for the recovery_failed. - Mark On Jan 9, 2013, at 8:52 PM, Zeng Lames lezhi.z...@gmail.com wrote: Hi , we meet below strange case in production environment. from the Solr Admin Console - Cloud - Graph, we can find that one node

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-06 Thread Zeng Lames
://issues.apache.org/jira/browse/SOLR-2592 Best Erick On Mon, Nov 5, 2012 at 7:57 PM, Zeng Lames lezhi.z...@gmail.com wrote: btw, where can i find all the items in the road map? thanks! On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames lezhi.z...@gmail.com wrote: hi Erick, thanks

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
in is shard splitting which is certainly on the roadmap but not implemented yet. To expand the number of shards you'll have to reconfigure, then re-index. Best Erick On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com wrote: Dear All, we have an existing solr collection

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
btw, where can i find all the items in the road map? thanks! On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames lezhi.z...@gmail.com wrote: hi Erick, thanks for your kindly response. hv got the information from the SolrCloud wiki. think we may need to defined the shard numbers when we really rollout

Re: How to migrate index from 3.6 to 4.0 with solrcloud

2012-11-02 Thread Zeng Lames
on the cloud won't work. In either case, you'll have to re-indexing everything fresh. Best Erick On Thu, Nov 1, 2012 at 9:34 PM, Zeng Lames lezhi.z...@gmail.com wrote: Dear all, we have an existing index with solr 3.6, and now we want to migrate it to Solr4.0 with shard (2 shards, 2 nodes

How to migrate index from 3.6 to 4.0 with solrcloud

2012-11-01 Thread Zeng Lames
Dear all, we have an existing index with solr 3.6, and now we want to migrate it to Solr4.0 with shard (2 shards, 2 nodes in a shard). The question are: 1.which node should i copy the existing index files to? any node in any shard ? 2. if copy the index files into any one of nodes, can it be

Re: Can we retrieve deleted records before optimized

2012-10-16 Thread Zeng Lames
, fieldSelector); // analyze its field values here... } } [/code] I haven't compiled this code myself, you'll need to experiment with it. Dmitry On Tue, Oct 16, 2012 at 11:06 AM, Zeng Lames lezhi.z...@gmail.com wrote: Hi, as we know, when we delete document from solr, it will add .del file