From dev-return-11021-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Mar 09 07:57:47 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 88855 invoked from network); 9 Mar 2007 07:57:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 07:57:46 -0000 Received: (qmail 80386 invoked by uid 500); 9 Mar 2007 07:57:53 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 80360 invoked by uid 500); 9 Mar 2007 07:57:53 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 80351 invoked by uid 99); 9 Mar 2007 07:57:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2007 23:57:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 08 Mar 2007 23:57:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42552714044 for ; Thu, 8 Mar 2007 23:57:24 -0800 (PST) Message-ID: <20143117.1173427044269.JavaMail.root@brutus> Date: Thu, 8 Mar 2007 23:57:24 -0800 (PST) From: "Dominique Pfister (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-780) Simultaneous updates by multiple sessions might not appear in the journal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Simultaneous updates by multiple sessions might not appear in the journal ------------------------------------------------------------------------- Key: JCR-780 URL: https://issues.apache.org/jira/browse/JCR-780 Project: Jackrabbit Issue Type: Bug Components: core Affects Versions: 1.2.2 Reporter: Dominique Pfister Assigned To: Dominique Pfister In a clustering environment, simultaneous updates by multiple sessions in the same cluster node might not appear in the journal, because only record at a time can be handled by the cluster's workspace-specific callback method. When such a situtation arises, the following warnings can be found in the log: *WARN * ClusterNode: No record created. *WARN * ClusterNode: No record prepared. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.