From dev-return-10971-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Jul 28 23:57:41 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 35124 invoked from network); 28 Jul 2010 23:57:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jul 2010 23:57:41 -0000 Received: (qmail 53323 invoked by uid 500); 28 Jul 2010 23:57:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53242 invoked by uid 500); 28 Jul 2010 23:57:40 -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 53234 invoked by uid 99); 28 Jul 2010 23:57:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 23:57:39 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,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, 28 Jul 2010 23:57:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6SNvFFn023285 for ; Wed, 28 Jul 2010 23:57:16 GMT Message-ID: <32644920.57251280361435726.JavaMail.jira@thor> Date: Wed, 28 Jul 2010 19:57:15 -0400 (EDT) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-838) replicator should not require integer seqnums In-Reply-To: <18679591.55321280355860836.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski resolved COUCHDB-838. ------------------------------------ Resolution: Fixed > replicator should not require integer seqnums > --------------------------------------------- > > Key: COUCHDB-838 > URL: https://issues.apache.org/jira/browse/COUCHDB-838 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Adam Kocoloski > Fix For: 1.0.1 > > > couch_rep_changes_feed calls list_to_integer on the last_seq of the changes feed. I think we should lift that restriction to allow replication with clusters that use non-integer seqnums, e.g. couchdb-lounge -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.