From dev-return-10375-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Jun 23 21:24:12 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 85441 invoked from network); 23 Jun 2010 21:24:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 21:24:12 -0000 Received: (qmail 82837 invoked by uid 500); 23 Jun 2010 21:24:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82738 invoked by uid 500); 23 Jun 2010 21:24:11 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 82730 invoked by uid 99); 23 Jun 2010 21:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 21:24:11 +0000 X-ASF-Spam-Status: No, hits=-1538.9 required=10.0 tests=ALL_TRUSTED,AWL,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 21:24:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5NLNoll006152 for ; Wed, 23 Jun 2010 21:23:50 GMT Message-ID: <1292927.24661277328230269.JavaMail.jira@thor> Date: Wed, 23 Jun 2010 17:23:50 -0400 (EDT) From: "Randall Leeds (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-810) Running multiple instances on one machine breaks replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Running multiple instances on one machine breaks replication ------------------------------------------------------------ Key: COUCHDB-810 URL: https://issues.apache.org/jira/browse/COUCHDB-810 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions: 0.11, 0.10.2 Reporter: Randall Leeds Bob pointed out that the replication id does not include the port number. As a consequence, replication checkpoints between multiple instances running on the same machine can clobber one another. (Strangely, the port line is there but commented out.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.