Skip to content

Version 1.2.2

Latest

Choose a tag to compare

@M1ha-Shvn M1ha-Shvn released this 19 Feb 10:36
3b79ad6

Bug fixes

  1. When RedisLockTimeout occures there is an attempt to hard release the lock if the process using it has been killed. This worked well when single host has been used to perform sync. But when sync process is run on multiple hosts it could lead to hard release of the lock used by another host. This has been fixed by adding hostname equality check.