Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 8615 invoked from network); 9 Jul 2008 13:23:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 13:23:53 -0000 Received: (qmail 5610 invoked by uid 500); 9 Jul 2008 13:23:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 5530 invoked by uid 500); 9 Jul 2008 13:23:52 -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 5506 invoked by uid 99); 9 Jul 2008 13:23:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 06:23:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 13:23:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BDB15234C15F for ; Wed, 9 Jul 2008 06:23:31 -0700 (PDT) Message-ID: <1402662688.1215609811775.JavaMail.jira@brutus> Date: Wed, 9 Jul 2008 06:23:31 -0700 (PDT) From: "Emmanuel Lecharny (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 ] Emmanuel Lecharny updated DIRSERVER-1122: ----------------------------------------- Fix Version/s: 1.5.5 Postponed for after bigbang merge. > 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 > Fix For: 1.5.5 > > Original Estimate: 2h > Time Spent: 2h > Remaining Estimate: 0h > > 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.