From dev-return-26562-apmail-uima-dev-archive=uima.apache.org@uima.apache.org Thu Apr 24 19:49:38 2014 Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2712311B8B for ; Thu, 24 Apr 2014 19:49:38 +0000 (UTC) Received: (qmail 37078 invoked by uid 500); 24 Apr 2014 19:49:20 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 37007 invoked by uid 500); 24 Apr 2014 19:49:18 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 36956 invoked by uid 99); 24 Apr 2014 19:49:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 19:49:17 +0000 Date: Thu, 24 Apr 2014 19:49:17 +0000 (UTC) From: "Jerry Cwiklik (JIRA)" To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (UIMA-3588) UIMA-AS service should use maxInactivityDurationInitalDelay property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik resolved UIMA-3588. --------------------------------- Resolution: Won't Fix Another fix to deal with "Wire format exception" has been committed under JIRA https://issues.apache.org/jira/browse/UIMA-3595 > UIMA-AS service should use maxInactivityDurationInitalDelay property > -------------------------------------------------------------------- > > Key: UIMA-3588 > URL: https://issues.apache.org/jira/browse/UIMA-3588 > Project: UIMA > Issue Type: Bug > Components: Async Scaleout > Affects Versions: 2.4.2AS > Reporter: Jerry Cwiklik > Assignee: Jerry Cwiklik > Priority: Minor > Fix For: 2.5.0AS > > > When handling the first request message from a client, the UIMA-AS service establishes a connection to a broker, creates a session and a producer and caches it for a subsequent use. > To the broker URL the service currently appends wireFormat.maxInactivityDuration=0 to disable inactivity monitor. The service should support other decorations as well. For example, the wireFormat.maxInactivityDurationInitalDelay=M, to deal with Wire Format Negotiation Timeout errors which may occur when the broker is very busy or the network is saturated causing delays. > Consider using a (optional) property file to externalize uima-as settings which are currently passed in via -D's. -- This message was sent by Atlassian JIRA (v6.2#6252)