Investigate Feasibility of Using Cassandra-Based Distributed Locks vs. Java Lock Mechanisms for Thread Safety in the Agent #741
Labels
enhancement
New feature or request
PoC/Agent
Tasks related to new generation of ecchronos as an agent
Story Description:
The current ecChronos sidecar utilizes distributed locks, implemented using Cassandra tables called lock and lock_priority, to manage task execution and synchronization across multiple nodes. This investigation seeks to determine if the same distributed locking mechanism can be applied within the agent, or whether Java-based locking mechanisms, such as ReentrantLock, can provide a more efficient and thread-safe solution.
The investigation must:
Acceptance Criteria:
Definition of Done:
Notes:
Related with #652
The text was updated successfully, but these errors were encountered: