-
Notifications
You must be signed in to change notification settings - Fork 225
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
MicroOVN built with latest Dqlite crashes on cluster formation. #684
Comments
Thanks, seeing this in the musl CI runs for #682 as well. I'm investigating. |
This is almost certainly a regression from #681. I'll prepare a revert. |
This crash reproduces quite consistently in the CI runs for #682 when running |
#686 should fix the thread pool side of this, root cause of the MicroOVN crash remains to be determined. |
Fixed by #687 |
Today we noticed that when MicroOVN is build with the dqlite from master branch it crashes when the third member joins the cluster with following message in
microovn.daemon
service logs:This problem did not occur before today.
Steps to reproduce:
openvswitch
kernel module. You can launch them withlxc launch ubuntu:noble <container_name> --config linux.kernel_modules=openvswitch
Bootstrap the cluster and add new members
Join the cluster with 2nd member
Join the cluster with 3rd member
Observe MicroOVN logs on the 3rd node
The service on the 3rd host will be in restart loop, but the first attempt to start will show above mentioned error.
Workaround:
Pin the dqlite dependency
The text was updated successfully, but these errors were encountered: