Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Concurrency control is very primitive in the current version RaftLogManager, especially when there are log capacity checks and log removals, and concurrent requests like "getTerm()" may fail and we must retry.
This is not very elegant and it is better to utilize locks to guarantee concurrent safety.
Attachments
Issue Links
- is a child of
-
IOTDB-68 IoTDB supports distributed version
- Open