-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1版本初始化KVDB时重复上锁 #265
Comments
I wanted to update to the new version, but I encountered the same error. Are there any fixes? |
确实,_fdb_kv_load 里的锁可以移除掉了呢,毕竟外面有锁了 你方便提交一个 PR 吗? |
This issue seems to be a code simplification, but it will not affect the functionality. |
这边网络不太方便,您来修改吧. |
最新版本已更新 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2.1版本中:fdb_kvdb_init()在fdb_kvdb.c:1763行锁定了数据库,在1800行调用_fdb_kv_load(),后者在1649行再次锁定了数据库.似乎混淆了KVDB和cache的锁?
The text was updated successfully, but these errors were encountered: