You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/11/20 14:21:39 UTC

[jira] Created: (UIMA-1672) BaseAnalysisEngineController.stopCasMultiplier should log stopping also to log file

BaseAnalysisEngineController.stopCasMultiplier should log stopping also to log file
-----------------------------------------------------------------------------------

                 Key: UIMA-1672
                 URL: https://issues.apache.org/jira/browse/UIMA-1672
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jörn Kottmann
            Priority: Trivial
             Fix For: 2.3AS


The mentioned method should log in line 2045 also to the logger:

System.out.println(">>> Instance Hashcode:" + hashCode() + " Controller:"
    + getComponentName() + " Stopping Collocated Delegate Cas Multiplier:"
    + casMultiplier.getKey());



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (UIMA-1672) BaseAnalysisEngineController.stopCasMultiplier should log stopping also to log file

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann resolved UIMA-1672.
---------------------------------

    Resolution: Fixed
      Assignee: Jerry Cwiklik

Please review and close.

> BaseAnalysisEngineController.stopCasMultiplier should log stopping also to log file
> -----------------------------------------------------------------------------------
>
>                 Key: UIMA-1672
>                 URL: https://issues.apache.org/jira/browse/UIMA-1672
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jörn Kottmann
>            Assignee: Jerry Cwiklik
>            Priority: Trivial
>             Fix For: 2.3AS
>
>
> The mentioned method should log in line 2045 also to the logger:
> System.out.println(">>> Instance Hashcode:" + hashCode() + " Controller:"
>     + getComponentName() + " Stopping Collocated Delegate Cas Multiplier:"
>     + casMultiplier.getKey());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.