[
https://issues.apache.org/jira/browse/UIMA-5801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522849#comment-16522849
]
Richard Eckart de Castilho commented on UIMA-5801:
--------------------------------------------------
> I think a separate Jira might want to be opened for including the thread
>context class loader in some lookup chain - beyond looking up resource bundles
>for messages. I assume the other use case would be for looking up UIMA
>objects (JCas classes, Annotator implementations, and external Resources - did
>I forget any?)
Basically at least for everything that is currently handled through the
resource manager/extension classloader. I expect that all the above that you
listed falls under that category.
> Performance degradation of jCas.reset when repeatedly used in different
> analysisEngines
> ---------------------------------------------------------------------------------------
>
> Key: UIMA-5801
> URL: https://issues.apache.org/jira/browse/UIMA-5801
> Project: UIMA
> Issue Type: Bug
> Components: UIMA
> Affects Versions: 2.1
> Reporter: David Bürkle
> Assignee: Marshall Schor
> Priority: Major
> Attachments: JCasPerformanceTest.java
>
>
> The execution time of jCas.reset() increases linearly when invoked on the
> same jCas.
> This occurs in a loop that builds a new analysisEngine, processes the jCas
> and resets it.
> This does not occur when the same analysisEngine is reused.
> A junit test demonstrating the behaviour is attatched.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)