在未成功迁移到 2.4 版本后,在我的 config.locks 集合中,我有这样的文档:
{
"_id" : "configUpgrade",
"process" : "mongo10:27017:1369289803:1804289383",
"state" : 1,
"ts" : ObjectId("519db44b8436a4e1aa17b0a5"),
"when" : ISODate("2013-05-23T06:16:43.075Z"),
"who" : "mongo10:27017:1369289803:1804289383:mongosMain:846930886",
"why" : "upgrading config database to new format v4"
}
状态1是什么意思?我知道“状态”的有效值为 0,1 和 2。它们各自的含义是什么?