Re: Creating shards without id

2013-03-05 Thread Arkadi Colson
Will create an issue for that. It's probably a good idea to recreate the shards and index all documents again or is there a way to fix this? Thx! On 03/04/2013 07:13 PM, Mark Miller wrote: Yeah, you need numShards from 4.1 up or you are in a mode were you have to distrib updates yourself.

Re: Creating shards without id

2013-03-04 Thread Mark Miller
Yeah, you need numShards from 4.1 up or you are in a mode were you have to distrib updates yourself. I thought core admin ui had this field, but if not pls file a JIRA. Until then, you may need to use the http API. Mark Sent from my iPhone On Mar 4, 2013, at 12:46 AM, Arkadi Colson wrote:

Creating shards without id

2013-03-04 Thread Arkadi Colson
Hi When creating the shards through the admin interface it's not possibleto specify the number of shards. I created the shards with the same shardid so I'm having 2 shards for each collection. When checking the zookeeper status the numShards = null. I did this before starting the index proces