From dev-return-25591-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Jun 19 02:22:38 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 2303 invoked from network); 19 Jun 2008 02:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 02:22:37 -0000 Received: (qmail 33523 invoked by uid 500); 19 Jun 2008 02:22:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 33307 invoked by uid 500); 19 Jun 2008 02:22:38 -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 33296 invoked by uid 99); 19 Jun 2008 02:22:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 19:22:38 -0700 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Thu, 19 Jun 2008 02:21:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2851A234C14C for ; Wed, 18 Jun 2008 19:21:45 -0700 (PDT) Message-ID: <400687784.1213842105164.JavaMail.jira@brutus> Date: Wed, 18 Jun 2008 19:21:45 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-894) Older concurrent changes are never replicated In-Reply-To: <27290412.1175607093255.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-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu updated DIRSERVER-894: ------------------------------------ Fix Version/s: (was: 1.5.3) 1.5.5 according to roadmap > Older concurrent changes are never replicated > --------------------------------------------- > > Key: DIRSERVER-894 > URL: https://issues.apache.org/jira/browse/DIRSERVER-894 > Project: Directory ApacheDS > Issue Type: Bug > Components: mitosis > Affects Versions: 1.5.0 > Reporter: Martin Alderson > Fix For: 1.5.5 > > > When a (non-conflicting) change is made in two replica peer servers (A and B) at once, A's changes are replicated to B, but B's changes are never replicated to A. This leads to inconsistent trees. The two changes made can be totally unrelated (e.g. setting an attribute in two separate objects). > This is easy to reproduce by having two replica servers set up, disabling the network link, making a separate change on each server,then re-enabling the network link. Only one server will have both changes, the other will only have its own change. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.