From: Sebastian Dahlgren <sebastian.dahlg...@gmail.com>
Date: Tue, 17 Apr 2012 23:38:08 -0700 (PDT)
Local: Wed, Apr 18 2012 2:38 am
Subject: Wrong shard name distributed to config servers
We have a few MongoDB clusters in production. And something strange *Our setup* *Upgrade process* 1. rs.add("<non-elastic-dns-name>:27017") The new node is now part of the cluster with a new mongod binary *The problem* So, what was previously in the config servers: > use config { "_id" : "primarySet1", "host" : "primarySet1/*elastic-dns-name1*:27017,* > db.shards.find() elastic-dns-name2*:27017" } Had become: > use config { "_id" : "primarySet1", "host" : "primarySet1/*non-elastic-dns-name*:27017" > db.shards.find() } We have not seen this behavior before. The solution for us was to run a db.shards.update() and add the old configuration. Is this expected behavior, have we something stupid in how we do this Best regards You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||