We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check the FAQ documentation before raising an issue
raft sometimes block on future.get() when exiting, the service hang there, only kill -9 can stop it.
future.get()
kill -9
Describe the bug (must be provided)
A clear and concise description of what the bug is.
Your Environments (must be provided)
uname -a
g++ --version
clang++ --version
lscpu
a3ffc7d8
How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered:
Will check later
Sorry, something went wrong.
kikimo
critical27
No branches or pull requests
Please check the FAQ documentation before raising an issue
raft sometimes block on
future.get()
when exiting, the service hang there, onlykill -9
can stop it.Describe the bug (must be provided)
A clear and concise description of what the bug is.
Your Environments (must be provided)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: