Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 810EA11425 for ; Sun, 20 Apr 2014 14:36:16 +0000 (UTC) Received: (qmail 35513 invoked by uid 500); 20 Apr 2014 14:36:15 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 35453 invoked by uid 500); 20 Apr 2014 14:36:15 -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 35445 invoked by uid 99); 20 Apr 2014 14:36:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2014 14:36:14 +0000 Date: Sun, 20 Apr 2014 14:36:14 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-7379) allChannels should not be static variable for the NettyProducer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Willem Jiang created CAMEL-7379: ----------------------------------- Summary: allChannels should not be static variable for the NettyProducer Key: CAMEL-7379 URL: https://issues.apache.org/jira/browse/CAMEL-7379 Project: Camel Issue Type: Bug Affects Versions: 2.13.0, 2.12.3 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.12.4, 2.13.1, 2.14.0 A user complained that other netty channels would be closed if he just shutdown one of netty producer. We should not store the all channels into a static variable. http://camel.465427.n5.nabble.com/NettyProducer-stop-will-close-all-channels-belong-to-other-NettyProducer-tp5750374.html -- This message was sent by Atlassian JIRA (v6.2#6252)