Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F4CA200B71 for ; Tue, 16 Aug 2016 15:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E053160AA8; Tue, 16 Aug 2016 13:30:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0F367160ABA for ; Tue, 16 Aug 2016 15:30:21 +0200 (CEST) Received: (qmail 73421 invoked by uid 500); 16 Aug 2016 13:30:21 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 73411 invoked by uid 99); 16 Aug 2016 13:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 13:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B99D62C02AA for ; Tue, 16 Aug 2016 13:30:20 +0000 (UTC) Date: Tue, 16 Aug 2016 13:30:20 +0000 (UTC) From: "Quinn Stevenson (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CAMEL-10242) camel-mllp - Enhance Camel to support idleTimeout to avoid network resource wastage due to leak in caller code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 13:30:22 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Quinn Stevenson reassigned CAMEL-10242: --------------------------------------- Assignee: Quinn Stevenson > camel-mllp - Enhance Camel to support idleTimeout to avoid network resource wastage due to leak in caller code > -------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-10242 > URL: https://issues.apache.org/jira/browse/CAMEL-10242 > Project: Camel > Issue Type: Improvement > Components: camel-mllp > Affects Versions: 2.17.3 > Reporter: Venkateswara Rao Desu > Assignee: Quinn Stevenson > Fix For: Future > > > For a good client and Server , idle timeout is not required. > But when client has bugs which open socket but not close, then server would have ESTABLISHED connections pilled up. Which end up restarting the process or killing sockets manually. > To avoid this we should have idleTimeout for all mllp connections. > This is in reference to : https://github.com/hqstevenson/camel-mllp/issues/14#issuecomment-238911254 -- This message was sent by Atlassian JIRA (v6.3.4#6332)