-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0
-
Component/s: None
-
Labels:None
Reading the journal version format from ServiceConfiguration each time is inefficient.
ServiceConfiguration is based on Java properties which is based on a String to object hashtable. Each read implies acquiring a mutex and converting from object to int.
- links to