1
0
Fork 0
This commit is contained in:
jsteemann 2018-12-17 09:01:44 +01:00
parent 398292069f
commit e1d3df39fd
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ v3.4.1 (XXXX-XX-XX)
* fixed a rare thread local dead lock situation in replication:
If a follower tries to get in sync in the last steps it requires
a lock on master, if he cancels the lock before the master has
succeeded with locking we can end up with one thread beeing deadlocked.
a lock on the leader. If the follower cancels the lock before the leader
has succeeded with locking we can end up with one thread being deadlocked.
* fix thread shutdown in _WIN32 builds