everyone!I need your help.
(大家!我需要你的帮助。)
When I excute db.dropDatabase() on my database,I got this error: (当我在数据库上执行db.dropDatabase()时,出现此错误:)
MongoDB Enterprise mongos> db.dropDatabase()
{
"ok" : 0,
"errmsg" : "timed out waiting for C_XXXX-movePrimary",
"code" : 46,
"codeName" : "LockBusy",
"$clusterTime" : {
"clusterTime" : Timestamp(1575187253, 6),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
},
"operationTime" : Timestamp(1575187244, 78)
}
I am new for mongodb.And I am searching for a long time on net.
(我是mongodb的新手,并且我正在网上搜索很长时间。)
But no use. (但是没用。)
Please help or try to give some ideas how to achieve this. (请帮助或尝试给出一些想法来实现这一目标。)
Thanks for your help. (谢谢你的帮助。)
ask by Gongze translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…