You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "ASF GitHub Bot (Jira)" <de...@uima.apache.org> on 2020/01/29 11:42:00 UTC

[jira] [Work logged] (UIMA-6155) uimaFIT JCasIterable.iterator() destroys ResourceManager

     [ https://issues.apache.org/jira/browse/UIMA-6155?focusedWorklogId=378740&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-378740 ]

ASF GitHub Bot logged work on UIMA-6155:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Jan/20 11:41
            Start Date: 29/Jan/20 11:41
    Worklog Time Spent: 10m 
      Work Description: reckart commented on pull request #71: [UIMA-6155] uimaFIT JCasIterable.iterator() destroys ResourceManager
URL: https://github.com/apache/uima-uimafit/pull/71
 
 
   - JCasIterable no longer destroys the resource manager that is still needed by the components in the returned JCasIterator
   - JCasIterator gets new signatures to deal with external/shared resource managers and with reader/engine descriptions instead of readily instantiated components
   - New unit tests
   - Migrated JCasIterable unit tests to assertj/Mockito where possible
   - Updated JavaDoc
   
   **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6155
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 378740)
    Remaining Estimate: 0h
            Time Spent: 10m

> uimaFIT JCasIterable.iterator() destroys ResourceManager
> --------------------------------------------------------
>
>                 Key: UIMA-6155
>                 URL: https://issues.apache.org/jira/browse/UIMA-6155
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>    Affects Versions: 3.0.0uimaFIT
>            Reporter: Peter Klügl
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The method JCasIterable.iterator() destroys the ResourceManager used to create the analysis engines, which can cause problems when the destroy is delegated to the destroy methods of the components and resources. These can be invalid during the pipeline processing by the iterator.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)