-
Notifications
You must be signed in to change notification settings - Fork 243
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
Data race in peer #493
Comments
From what you provided, it seems there is a race between
|
Thanks for the reply! We are using NuRaft v2.1.0 Can you instruct me on how to get logs? |
I tried the same code with the same NuRaft version, still didn't get TSAN alert. Could you share your build environment? Such as OS version, compiler version, etc. Also please share Raft parameters (heartbeat, election lower/upper timeout, ...). |
I found data race using TSAN in my code. The issue seems to be in peer.
Relevant code that is using NuRaft here is related to adding servers, we do:
The text was updated successfully, but these errors were encountered: