[
https://issues.apache.org/jira/browse/UIMA-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor resolved UIMA-3641.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.5.1SDK
Assignee: Marshall Schor
> remove synch from SymbolTable
> -----------------------------
>
> Key: UIMA-3641
> URL: https://issues.apache.org/jira/browse/UIMA-3641
> Project: UIMA
> Issue Type: Improvement
> Reporter: Marshall Schor
> Assignee: Marshall Schor
> Priority: Minor
> Fix For: 2.5.1SDK
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)