Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 27932 invoked from network); 25 Jan 2008 11:26:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2008 11:26:58 -0000 Received: (qmail 67638 invoked by uid 500); 25 Jan 2008 11:26:48 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 67587 invoked by uid 500); 25 Jan 2008 11:26:48 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 67576 invoked by uid 99); 25 Jan 2008 11:26:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 03:26:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 11:26:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DD09F714243 for ; Fri, 25 Jan 2008 03:26:34 -0800 (PST) Message-ID: <28707864.1201260394903.JavaMail.jira@brutus> Date: Fri, 25 Jan 2008 03:26:34 -0800 (PST) From: "Martin Alderson (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-1122) Limit the number of messages sent but not yet acknowledged In-Reply-To: <3709552.1201260274483.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Alderson updated DIRSERVER-1122: --------------------------------------- Component/s: mitosis > Limit the number of messages sent but not yet acknowledged > ---------------------------------------------------------- > > Key: DIRSERVER-1122 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1122 > Project: Directory ApacheDS > Issue Type: Improvement > Components: mitosis > Affects Versions: 1.5.1, 1.5.0 > Reporter: Martin Alderson > Assignee: Martin Alderson > Original Estimate: 2h > Remaining Estimate: 2h > > Currently mitosis will send all the pending replication messages immediately, without waiting for acknowledgements from the peer. When there are a large number of changes to replicate this leads to high memory usage and later messages may time out if the peer cannot process the messages fast enough. > We should implement a sliding window option where we have a maximum number of messages that can be sent but not yet acknowledged at any one time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.