Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6.0SDK
-
Component/s: None
-
Labels:None
Description
in large multithreaded deployments, it was observed that the use of a synchronized class "Vector" used by the UIMA SymbolTable class was causing delays due to synchronization. Change the implementation from Vector to ArrayList to avoid this.