Tue Feb 26 15:34:00.190 [conn156] received moveChunk request: { moveChunk: "test.test", from: "rs1/ip-10-227-118-139:27017,ip-10-227-197-90:27017", to: "rs2/ip-10-226-183-211:27017,ip-10-48-130-227:27017", fromShard: "rs1", toShard: "rs2", min: { _id: MinKey }, max: { _id: ObjectId('512ca3ed2b5f8e8ebde5780f') }, maxChunkSizeBytes: 67108864, shardId: "test.test-_id_MinKey", configdb: "ip-10-36-133-56:27019", secondaryThrottle: true, waitForDelete: false } Tue Feb 26 15:34:00.194 [conn156] distributed lock 'test.test/ip-10-227-197-90:27017:1361892217:436779532' acquired, ts : 512cd5e8412ecf86cc29d2cc Tue Feb 26 15:34:00.194 [conn156] about to log metadata event: { _id: "ip-10-227-197-90-2013-02-26T15:34:00-512cd5e8412ecf86cc29d2cd", server: "ip-10-227-197-90", clientAddr: "10.36.133.56:36057", time: new Date(1361892840194), what: "moveChunk.start", ns: "test.test", details: { min: { _id: MinKey }, max: { _id: ObjectId('512ca3ed2b5f8e8ebde5780f') }, from: "rs1", to: "rs2" } } Tue Feb 26 15:34:00.199 [conn156] moveChunk request accepted at version 1|10||512cd100ae6b680e863dd2f9 Tue Feb 26 15:34:00.200 [conn156] moveChunk number of documents: 0 Tue Feb 26 15:34:00.200 [conn156] starting new replica set monitor for replica set rs2 with seed of ip-10-226-183-211:27017,ip-10-48-130-227:27017 Tue Feb 26 15:34:00.214 [conn156] successfully connected to seed ip-10-226-183-211:27017 for replica set rs2 Tue Feb 26 15:34:00.216 [conn156] changing hosts to { 0: "ip-10-226-183-211:27017", 1: "ip-10-48-130-227:27017" } from rs2/ Tue Feb 26 15:34:00.216 [conn156] trying to add new host ip-10-226-183-211:27017 to replica set rs2 Tue Feb 26 15:34:00.230 [conn156] successfully connected to new host ip-10-226-183-211:27017 in replica set rs2 Tue Feb 26 15:34:00.230 [conn156] trying to add new host ip-10-48-130-227:27017 to replica set rs2 Tue Feb 26 15:34:00.243 [conn156] ERROR: SSL peer certificate validation failed:certificate revoked Tue Feb 26 15:34:00.256 [conn156] ERROR: SSL peer certificate validation failed:certificate revoked
- is depended on by
-
SERVER-8737 2 shards, one RS with node with revoked cert. Arbiter frequently shows two transient primaries
- Closed