awesome-distributed-systems icon indicating copy to clipboard operation
awesome-distributed-systems copied to clipboard

add LCL paper(deadlock detection in distributed environment)

Open hnwyllmm opened this issue 10 months ago • 0 comments

LCL (Lock Chain Length), an elegant and generally applicable algorithm for resource deadlock detection and resolution in distributed environments without a restriction.

It's been implemented in OceanBase which is a distributed database system.

Here is the demo code of LCL.

hnwyllmm avatar Apr 12 '24 03:04 hnwyllmm