Replies: 3 comments 1 reply
-
For proper clustered locks you could use Infinispan - https://infinispan.org/docs/stable/titles/embedding/embedding.html#clustered_locks |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, clustered locks were removed in 5.4, see https://belaban.blogspot.com/2020/11/i-hate-distributed-locks.html?m=1 for reasons.Von meinem/meiner Galaxy gesendet
-------- Ursprüngliche Nachricht --------Von: Claus Ibsen ***@***.***> Datum: 04.12.24 12:07 (GMT+01:00) An: belaban/JGroups ***@***.***> Cc: Subscribed ***@***.***> Betreff: [belaban/JGroups] JGroups 5.4.0 no longer has LockService (Discussion #870)
Upgrading from 5.3.13 to 5.4.0 then we have failing code compilation because org.jgroups.blocks.locking.LockService is no longer included in the JAR.
Is this completely removed or is there something else that can be used for cluster locking?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the help. We will remove the lock in camel-jgroups. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrading from 5.3.13 to 5.4.0 then we have failing code compilation because org.jgroups.blocks.locking.LockService is no longer included in the JAR.
Is this completely removed or is there something else that can be used for cluster locking?
Beta Was this translation helpful? Give feedback.
All reactions