This is an automated email from the ASF dual-hosted git repository. cwiklik pushed a commit to branch uima-as-3 in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git
commit b2471a2b0ceb1b2acc237235e6c2a0d03a49c444 Author: cwiklik <cwiklik> AuthorDate: Mon Jul 9 17:29:46 2018 +0000 UIMA-5767 removed dead code --- .../controller/AggregateAnalysisEngineController_impl.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java b/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java index 8455c39..c241308 100644 --- a/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java +++ b/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java @@ -2151,17 +2151,6 @@ implements // marked as dead and now exists in the Dead Client Map. if ( replyEndpoint.getDestination() != null && isClientDead(replyEndpoint.getDestination().toString() )) { - 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()}); - } - - dropCAS(casStateEntry.getCasReferenceId(), true); // If the cache is empty change the state of the Aggregate to idle if (getInProcessCache().isEmpty()) {