mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
Pass permit_id to subscribers when we acquire one via lock_endpoint. The subscribers then pass it back to gossiper for paths that acquire lock_endpoint for the same endpoint, to detect nested locks when the endpoint is locked with the same permit_id. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>