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

fix: fix deadlock in runkv_storage::raft_log_store::log #166

Merged
merged 1 commit into from
May 19, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented May 19, 2022

What changes were proposed in this pull request?

  • Fix deadlock in runkv_storage::raft_log_store::log.
  • Remove tracing subscriber filter in fmt layer.
  • Add info logs with deadlock feature enabled. Use it with RunKV Log Matcher.

FYI: #160 (comment)

Which issues is this PR related to?

Fix: #160 .

There is bug in raft log store index, fix it later. Next Time For Sure!

@MrCroxx MrCroxx added the bug Something isn't working label May 19, 2022
@MrCroxx MrCroxx self-assigned this May 19, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) May 19, 2022 10:12
@MrCroxx MrCroxx merged commit 1d3c69f into main May 19, 2022
@MrCroxx MrCroxx deleted the xx/fix-deadlock branch May 19, 2022 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: bench_kv sticks
1 participant