From dev-return-27262-apmail-mina-dev-archive=mina.apache.org@mina.apache.org Thu Oct 16 04:57:34 2014 Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-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 5AC10178FF for ; Thu, 16 Oct 2014 04:57:34 +0000 (UTC) Received: (qmail 62971 invoked by uid 500); 16 Oct 2014 04:57:33 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 62933 invoked by uid 500); 16 Oct 2014 04:57:33 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 62922 invoked by uid 99); 16 Oct 2014 04:57:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 04:57:33 +0000 Date: Thu, 16 Oct 2014 04:57:33 +0000 (UTC) From: "David Ostrovsky (JIRA)" To: dev@mina.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SSHD-356) Backport SSHD-330 Handshake fails (wrong shared secret) to 0.9 release 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/SSHD-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173371#comment-14173371 ] David Ostrovsky commented on SSHD-356: -------------------------------------- 0.9 also seems to suffer from [1], that was fixed by [2]. Can cherry-pick it as well or should i create an new issues for it? [1] https://issues.apache.org/jira/browse/SSHD-254 [2] https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=28a8ae258b08c6b41ab64ac25f2331168dc0415a > Backport SSHD-330 Handshake fails (wrong shared secret) to 0.9 release > ---------------------------------------------------------------------- > > Key: SSHD-356 > URL: https://issues.apache.org/jira/browse/SSHD-356 > Project: MINA SSHD > Issue Type: Bug > Affects Versions: 0.10.1 > Reporter: David Ostrovsky > Assignee: Guillaume Nodet > Fix For: 0.9.1 > > Attachments: 0001-Backport-Handshake-fails-wrong-shared-secret-to-0.9-.patch > > > As pointed out in SSHD-348 starting from 0.10.1 all SSHD releases suffer from regression with stuck threads, with the consequence that the applications must be restarted every night in production environments. The 0.9 release is known to be free from this problem. Unfortunately this release suffers from SSHD-330 bug, with sporadic handshake failures. Because the fix in context of this bug cannot be cleanly applied on 0.9 it makes sense to backport it to 0.9 release. This is needed until the fix for SSHD-348 is provided. -- This message was sent by Atlassian JIRA (v6.3.4#6332)