Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有几个并行进程,它们可能同时对 Toku 执行findAndModify查询。
这有时会导致异常:未授予锁定。尝试使用代码 16759 重新启动事务。
有一篇关于此错误的文章甚至是关闭的错误票- 但不幸的是,它们都没有提供有关如何处理此类问题的信息。
那么处理这种异常的方法是什么?
否则很难有并行进程,因为我们不能依赖 Toku 的锁定机制。