mirror of https://gitee.com/bigwinds/arangodb
wording
This commit is contained in:
parent
398292069f
commit
e1d3df39fd
|
@ -3,8 +3,8 @@ v3.4.1 (XXXX-XX-XX)
|
||||||
|
|
||||||
* fixed a rare thread local dead lock situation in replication:
|
* fixed a rare thread local dead lock situation in replication:
|
||||||
If a follower tries to get in sync in the last steps it requires
|
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
|
a lock on the leader. If the follower cancels the lock before the leader
|
||||||
succeeded with locking we can end up with one thread beeing deadlocked.
|
has succeeded with locking we can end up with one thread being deadlocked.
|
||||||
|
|
||||||
* fix thread shutdown in _WIN32 builds
|
* fix thread shutdown in _WIN32 builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue