mongo抛出异常:com.mongodb.MongoException: Lock not granted. Try restarting the transaction 解决方式
原因是使用findandmodify中的query条件对应的字段没有建索引,导致mongo查询缓慢,形成工作队列,在mongo中建好索引后问题得到解决。db.demo.createIndex({"id":1},{name:"index_id"});参考链接:点击打开链接Ihavesomeproblem.Iamactuallygettingthiserrorbecauseofalotupdatesw