Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF8F3D8FA for ; Mon, 22 Oct 2012 20:22:12 +0000 (UTC) Received: (qmail 5749 invoked by uid 500); 22 Oct 2012 20:22:12 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 5714 invoked by uid 500); 22 Oct 2012 20:22:12 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 5704 invoked by uid 99); 22 Oct 2012 20:22:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 20:22:12 +0000 Date: Mon, 22 Oct 2012 20:22:12 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1489575650.12044.1350937332345.JavaMail.jiratomcat@arcas> In-Reply-To: <600033870.49553.1326826119648.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2802) Support for RW/RO snapshots in HDFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481747#comment-13481747 ] Tsz Wo (Nicholas), SZE commented on HDFS-2802: ---------------------------------------------- > ... but it is certainly possible to have an O(1) solution in terms of the number of files/directories that are not modified. ... I think the meaning of O(1) above is a very special use of the big-O notation. I would rather keep saying - O(N), where N = # files + # directories + # symlinks; and - O(M), where M = # modified files + # modified directories + # modified symlinks. I agree that O(M) implementation (i.e. include O(1) snapshot creation) is our end goal. > Support for RW/RO snapshots in HDFS > ----------------------------------- > > Key: HDFS-2802 > URL: https://issues.apache.org/jira/browse/HDFS-2802 > Project: Hadoop HDFS > Issue Type: New Feature > Components: data-node, name-node > Reporter: Hari Mankude > Assignee: Hari Mankude > Attachments: snap.patch, snapshot-one-pager.pdf, Snapshots20121018.pdf > > > Snapshots are point in time images of parts of the filesystem or the entire filesystem. Snapshots can be a read-only or a read-write point in time copy of the filesystem. There are several use cases for snapshots in HDFS. I will post a detailed write-up soon with with more information. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira