Skip to content
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

deadlock on root_db lock by open_tablet() for tablet factory #13463

Closed
BornChanger opened this issue Sep 14, 2022 · 0 comments · Fixed by #13465
Closed

deadlock on root_db lock by open_tablet() for tablet factory #13463

BornChanger opened this issue Sep 14, 2022 · 0 comments · Fixed by #13465
Labels
severity/moderate type/bug Type: Issue - Confirmed a bug

Comments

@BornChanger
Copy link
Contributor

BornChanger commented Sep 14, 2022

Bug Report

What version of TiKV are you using?

mater

What operating system and CPU are you using?

Steps to reproduce

Call open_tablet with create or create_new option is on

What did you expect?

Case run successfully

What did happened?

Case hang for root_db lock contention between KvEngineFactory::open_tablet() and its callee KvEngineFactory::create_shareed_db()

@BusyJay BusyJay added type/bug Type: Issue - Confirmed a bug severity/moderate labels Sep 14, 2022
ti-chi-bot added a commit that referenced this issue Sep 15, 2022
…shared_db() (#13465)

close #13463

Signed-off-by: BornChanger <dawn_catcher@126.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug Type: Issue - Confirmed a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants