From dev-return-19825-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Sep 16 08:00:09 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 23345 invoked from network); 16 Sep 2008 08:00:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 08:00:09 -0000 Received: (qmail 82621 invoked by uid 500); 16 Sep 2008 08:00:02 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 82577 invoked by uid 500); 16 Sep 2008 08:00:02 -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 82528 invoked by uid 99); 16 Sep 2008 08:00:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 01:00:02 -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; Tue, 16 Sep 2008 07:59:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73788234C1D8 for ; Tue, 16 Sep 2008 00:59:44 -0700 (PDT) Message-ID: <774434216.1221551984471.JavaMail.jira@brutus> Date: Tue, 16 Sep 2008 00:59:44 -0700 (PDT) From: "Dominique Pfister (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1734) Generated cluster node id should be persisted In-Reply-To: <1981637614.1221219348790.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/JCR-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister updated JCR-1734: ----------------------------------- Component/s: clustering > Generated cluster node id should be persisted > --------------------------------------------- > > Key: JCR-1734 > URL: https://issues.apache.org/jira/browse/JCR-1734 > Project: Jackrabbit > Issue Type: Bug > Components: clustering > Affects Versions: core 1.4.5 > Reporter: Dominique Pfister > Assignee: Dominique Pfister > Priority: Minor > > If no cluster node id is specified in the configuration, a cluster node id is automatically generated. This id is never persisted, so after another startup a new, probably different cluster node id is used. Instead, an automatically generated cluster id should be persisted inside the repository home. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.