Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
2021-12-Tan
Description
In method raftmember.processPlanLocally, some time consuming operation holds the lock of RaftLogManager without necessity. This cause writing performance of cluster declines.
The PhysicalPlanLog.serialize() is time consuming(31.5%), and it holds the lock of RaftLogManager without necessity.
After this improvement, using benchmark and Jprofile to determine the improvement takes effect.
Attachments
Attachments
Issue Links
- links to