add leader election support for the mysql driver
Bug #1506108 reported by
Jordan Pittier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tooz |
Incomplete
|
Wishlist
|
Unassigned |
Bug Description
This is not a bug report but more a TODO item.
Based on this blog post http://
I might give it a try in a couple of weeks.
Changed in python-tooz: | |
assignee: | nobody → stgleb (gstepanov) |
status: | Triaged → In Progress |
Changed in python-tooz: | |
assignee: | stgleb (gstepanov) → nobody |
Changed in python-tooz: | |
status: | In Progress → New |
To post a comment you must log in.
In most drivers we do that by running a race of "who is going to acquire the lock first" and try to grab it from time to time. This should be pretty easy to do with the current MySQL lock support we have in tooz.