You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2018/07/09 17:32:00 UTC

[jira] [Closed] (UIMA-5767) UIMA-AS logs misleading msg when running at FINE level

     [ https://issues.apache.org/jira/browse/UIMA-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-5767.
-------------------------------
    Resolution: Fixed

Removed dead code

> UIMA-AS logs misleading msg when running at FINE level
> ------------------------------------------------------
>
>                 Key: UIMA-5767
>                 URL: https://issues.apache.org/jira/browse/UIMA-5767
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Major
>             Fix For: 2.10.4AS
>
>
> When running uima-as service with FINE log level the following is logged:
> 2018-04-12 15:59:09,040 FINE AggregateAnalysisEngineController_impl:sendReplyToRemoteClient T[83] Controller: EmrProcessingE2EWithWriter2 Unable to Deliver CAS to Client Destination:temp-queue://ID:bluejws107-55822-1523562929458-1:1:1. Attempt to Send CAS Failed Due To Missing Temp Queue. Dropping CAS: -681e42ab:162bb6d5ca8:-7ffd
>  
> Code responsible for the above:
> if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.FINE)) {
>  UIMAFramework.getLogger(CLASS_NAME).logrb(
>  Level.FINE,
>  CLASS_NAME.getName(),
>  "sendReplyToRemoteClient",
>  UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE,
>  "UIMAEE_client_dead__FINE",
>  new Object[] \{ getComponentName(), replyEndpoint.getDestination().toString(), casStateEntry.getCasReferenceId()});
>  }
> This must be a remnant of an old code that was partially removed some years ago. Remove this dead code. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)