unable to close due to unfinalized statements or unfinished backups
HSH1 opened this issue · 4 comments
HSH1 commented
unable to close due to unfinalized statements or unfinished backups 这个是什么引起的?
hui287064 commented
unable to close due to unfinalized statements or unfinished backups 这个是什么引起的?
大兄弟定位到原因了吗?
youngerbyte commented
警告产生原因文档:http://www.sqlite.org/c3ref/close.html
解决方案文档:
https://stackoverflow.com/questions/29957870/c-sqlite3-exec-unable-to-close-due-to-unfinalised-statements/38771421
https://stackoverflow.com/questions/2144757/sqlite3-close-returns-error-code-5
https://stackoverflow.com/questions/964207/sqlite-exception-sqlite-busy
coderChrisLee commented
我们这里也遇到了这个问题。这个 pod 还会更新吗?
youngerbyte commented
我们这里也遇到了这个问题。这个 pod 还会更新吗?
参考一下这个文章吧,应该是多线程引起的问题,尝试自己加一个全局锁试一下 https://www.jianshu.com/p/6422ae4e06c2