Mongodb added fragment Times error.

set up the mongodb cluster, and the first two replica sets have been added successfully. When you get to the third one, because one of the ip addresses is misspelled, the error will be reported when you execute the add shard command again after modification.

mongos>sh.addShard("shard3/192.168.1.60:27003,192.168.1.61:27003,192.168.1.62:27003")


Apr.03,2021

these mongod instances use different versions.
shard1 , shard2 uses 3.4.10 . What is the version number of the 27003 port?

Menu