-
Notifications
You must be signed in to change notification settings - Fork 541
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
RSM close called twice #229
Comments
this is pretty strange as it never happened on my setup. any extra info on this? |
Unfortunately there is nothing more |
Any chance you can provide the full log? that will help to identify the problem. thanks. |
I think there is a bug introduced when closeWorkerPool was added. Will address that in the next few days. |
I've had new problem, maybe it's something to do with it?
|
Both above reported crashes were caused by the same issue. I think it is now fixed in the master branch. Will test it a little bit more before back porting it to v3.3. Thanks for reporting the issue, @uber42, will keep you updated. |
The flag was set in the rsm close handler, the close sometimes happens twice.
At the second closing, we throw out the panic:
Dragonboat version
v3.3.1
Steps to reproduce the behavior
Sometimes when closing RSM
The text was updated successfully, but these errors were encountered: