Jerry Cwiklik created UIMA-5767:
-----------------------------------
Summary: UIMA-AS logs wrong log 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
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)