Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 71843 invoked from network); 29 Jun 2009 04:43:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 04:43:00 -0000 Received: (qmail 88967 invoked by uid 500); 29 Jun 2009 04:43:10 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 88880 invoked by uid 500); 29 Jun 2009 04:43:10 -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 88870 invoked by uid 99); 29 Jun 2009 04:43:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 04:43:10 +0000 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; Mon, 29 Jun 2009 04:43:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEBA2234C045 for ; Sun, 28 Jun 2009 21:42:47 -0700 (PDT) Message-ID: <247208868.1246250567833.JavaMail.jira@brutus> Date: Sun, 28 Jun 2009 21:42:47 -0700 (PDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-120) Allow databases to be "rolled back" to a specific sequence ID. 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-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725036#action_12725036 ] Paul Joseph Davis commented on COUCHDB-120: ------------------------------------------- Now that we have tail append headers we could do this pretty easily at the batch level IIUC. I reckon implementation would be "read back to last valid header, append a copy of it to end of file" type of operation. > Allow databases to be "rolled back" to a specific sequence ID. > -------------------------------------------------------------- > > Key: COUCHDB-120 > URL: https://issues.apache.org/jira/browse/COUCHDB-120 > Project: CouchDB > Issue Type: New Feature > Components: Database Core > Affects Versions: 0.8.1 > Reporter: Jan Lehnardt > Priority: Minor > > Rolling back databases to a specific seq_id would allow for "undoing" replication. possible use-cases included replication with an untrustworthy replication partner. > (we should think about repl-ed and advocate safer-replication. advocating abstinence is another option, but that system is prone to #fail). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.