Anis Elleuch e6df34175c Use one lock server API per node (#13908)
This commit is only backporting an adapting to implement per node
locking API

Before this commit, each disk has its own locker API that needs to be
called when locking/unlock resources. This has a performance implication
if one deployment has many disks.

This PR changes locking calls to use one single endpoint per server
instead of an endpoint for each disk.  Meaning, if you want to lock
a resource, lock calls will be sent per server and not per node.
2022-01-03 01:16:50 -08:00
..
2022-01-03 01:15:21 -08:00
2021-02-08 22:29:10 -08:00
2022-01-03 01:15:21 -08:00
2021-02-08 22:29:10 -08:00
2020-06-12 20:04:01 -07:00
2022-01-03 01:15:21 -08:00
2020-06-12 20:04:01 -07:00
2021-03-18 21:53:56 -07:00
2020-01-31 08:29:22 +05:30
2021-03-18 21:53:56 -07:00