From dev-return-18158-archive-asf-public=cust-asf.ponee.io@synapse.apache.org Sat Jun 1 13:59:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 297C318072F for ; Sat, 1 Jun 2019 15:59:03 +0200 (CEST) Received: (qmail 76146 invoked by uid 500); 1 Jun 2019 13:59:02 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 76110 invoked by uid 99); 1 Jun 2019 13:59:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jun 2019 13:59:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 78216E0A4B for ; Sat, 1 Jun 2019 13:59:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6090B245A5 for ; Sat, 1 Jun 2019 13:59:00 +0000 (UTC) Date: Sat, 1 Jun 2019 13:59:00 +0000 (UTC) From: "Madhawa Gunasekara (JIRA)" To: dev@synapse.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SYNAPSE-1104) Synapse transport locks when there is an exception within Clone Mediator 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/SYNAPSE-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhawa Gunasekara updated SYNAPSE-1104: ---------------------------------------- Description: When there is an exception happens in the mediation, the exception handler tries to read all the data from the input stream. When the exception happens in a clone mediator, there seems to be the InputStream is already read. however there is a following code, which is indefinitely waits, as no more data is available. was: When there is an exception happens the exception handler tries to read all the data from the input stream. When the exception happens in a clone mediator, there seems to be the InputStream is already read. however there is a following code, which is indefinitely waits, as no more data is available. > Synapse transport locks when there is an exception within Clone Mediator > ------------------------------------------------------------------------ > > Key: SYNAPSE-1104 > URL: https://issues.apache.org/jira/browse/SYNAPSE-1104 > Project: Synapse > Issue Type: Bug > Reporter: Madhawa Gunasekara > Assignee: Isuru Udana Loku Narangoda > Priority: Major > Attachments: Fix_SYNAPSE-1104.patch > > > When there is an exception happens in the mediation, the exception handler tries to read all the data from the input stream. > When the exception happens in a clone mediator, there seems to be the InputStream is already read. however there is a following code, which is indefinitely waits, as no more data is available. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org