minio/internal/dsync
Anis Elleuch 06b71c99ee
locks: Ensure local lock removal after a failed refresh (#12979)
In the event when a lock is not refreshed in the cluster, this latter
will be automatically removed in the subsequent cleanup of non 
refreshed locks routine, but it forgot to clean the local server, 
hence having the same weird stale locks present.

This commit will remove the lock locally also in remote nodes, if
removing a lock from a remote node will fail, it will be anyway 
removed later in the locks cleanup routine.
2021-08-27 08:59:36 -07:00
..
.gitignore rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
drwmutex_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
drwmutex.go locks: Ensure local lock removal after a failed refresh (#12979) 2021-08-27 08:59:36 -07:00
dsync_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
dsync-server_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
dsync.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
rpc-client-impl_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
rpc-client-interface.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00