Return-Path: X-Original-To: apmail-qpid-proton-archive@minotaur.apache.org Delivered-To: apmail-qpid-proton-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D705F108F6 for ; Tue, 15 Oct 2013 17:36:50 +0000 (UTC) Received: (qmail 42758 invoked by uid 500); 15 Oct 2013 17:36:49 -0000 Delivered-To: apmail-qpid-proton-archive@qpid.apache.org Received: (qmail 42182 invoked by uid 500); 15 Oct 2013 17:36:44 -0000 Mailing-List: contact proton-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: proton@qpid.apache.org Delivered-To: mailing list proton@qpid.apache.org Received: (qmail 42128 invoked by uid 99); 15 Oct 2013 17:36:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 17:36:42 +0000 Date: Tue, 15 Oct 2013 17:36:42 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: proton@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PROTON-200) [Proton-c] Credit distribution by messenger is not balanced across all links 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/PROTON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795407#comment-13795407 ] ASF subversion and git services commented on PROTON-200: -------------------------------------------------------- Commit 1532452 from rhs@apache.org in branch 'proton/trunk' [ https://svn.apache.org/r1532452 ] PROTON-200: modified messenger's credit distribution algorithm to cope with credit scarce scenarios > [Proton-c] Credit distribution by messenger is not balanced across all links > ---------------------------------------------------------------------------- > > Key: PROTON-200 > URL: https://issues.apache.org/jira/browse/PROTON-200 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Affects Versions: 0.3 > Reporter: Ken Giusti > Assignee: Ken Giusti > Attachments: proton-200.patch, upstream-credit.patch > > > The method used to distribute credit to receiving links may lead to starvation when the number of receiving links is > the available credit. > The distribution algorithm always starts with the same link - see messenger.c::pn_messenger_flow() -- This message was sent by Atlassian JIRA (v6.1#6144)