Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
585 views
in Technique[技术] by (71.8m points)

mongodb - 当我在数据库上执行db.dropDatabase()时,出现LockBusy错误(When I excute db.dropDatabase() on my database,I got LockBusy error)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...