Re: [Storagesync] Storagesync Digest, Vol 5, Issue 1

Markus Unterwaditzer <markus@unterwaditzer.net> Mon, 07 December 2015 01:23 UTC

Return-Path: <markus@unterwaditzer.net>
X-Original-To: storagesync@ietfa.amsl.com
Delivered-To: storagesync@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5343D1A90D1 for <storagesync@ietfa.amsl.com>; Sun, 6 Dec 2015 17:23:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.25
X-Spam-Level:
X-Spam-Status: No, score=-2.25 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Arj-OlzMOg6N for <storagesync@ietfa.amsl.com>; Sun, 6 Dec 2015 17:23:02 -0800 (PST)
Received: from draco.uberspace.de (draco.uberspace.de [95.143.172.133]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D92C91A90D4 for <storagesync@ietf.org>; Sun, 6 Dec 2015 17:23:01 -0800 (PST)
Received: (qmail 14026 invoked from network); 7 Dec 2015 01:22:59 -0000
Received: from localhost (HELO localhost) (127.0.0.1) by draco.uberspace.de with SMTP; 7 Dec 2015 01:22:59 -0000
Date: Mon, 07 Dec 2015 02:22:53 +0100
From: Markus Unterwaditzer <markus@unterwaditzer.net>
To: Linhui Sun <lh.sunlinh@gmail.com>
Message-ID: <20151207012253.GA10858@localhost.localdomain>
References: <8F085EBA-F6A4-4FBD-8B8E-1F9AE114FD05@unterwaditzer.net> <CAO_YpraJsDKbOXD9MdxHqeAYTMoiZFyViHX+P2PtD=9hpRz9MQ@mail.gmail.com> <20151206173646.GA6290@localhost.localdomain> <1449447450498-61af5a96-1c461047-3019ac1e@gmail.com> <20151207002020.GA5002@localhost.localdomain> <1449448362292-7d42d496-109559e8-4177b3f9@gmail.com> <20151207003810.GA24130@localhost.localdomain> <1449449404474-72724227-c54ecf87-7d18f3b0@gmail.com> <20151207005426.GA29483@localhost.localdomain> <CAO_YpramyzAZ8hS6aphmBNw2FiKTpesb9uW7uGHtjRH_YkPAJg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <CAO_YpramyzAZ8hS6aphmBNw2FiKTpesb9uW7uGHtjRH_YkPAJg@mail.gmail.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/storagesync/CXZfnZoG8wnQz0iDOxz13CkP0Bo>
Cc: storagesync <storagesync@ietf.org>, Ted Lemon <mellon@fugue.com>
Subject: Re: [Storagesync] Storagesync Digest, Vol 5, Issue 1
X-BeenThere: storagesync@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Mechanisms to synchronize client file systems with Internet-based data storage services <storagesync.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/storagesync>, <mailto:storagesync-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/storagesync/>
List-Post: <mailto:storagesync@ietf.org>
List-Help: <mailto:storagesync-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/storagesync>, <mailto:storagesync-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Dec 2015 01:23:04 -0000

On Mon, Dec 07, 2015 at 09:09:08AM +0800, Linhui Sun wrote:
> 2015-12-07 8:54 GMT+08:00 Markus Unterwaditzer <markus@unterwaditzer.net>:
> 
> > On Mon, Dec 07, 2015 at 08:50:00AM +0800, Linhui Sun wrote:
> > > But what if the file has been changed during two sync processes by
> > another
> > > participant who also shares the file.
> >
> > Those are sync conflicts, how to deal with then depends on the kind of
> > data you
> > deal with.
> >
> That works, but do you think this could make the things complicated? It
> sounds like different situations have different mechanisms. Why not just
> make the metadata exchanged, any disadvantage for doing that?

I don't know what that means.

> 
> >
> > >
> > > >
> > > > On Mon, Dec 07, 2015 at 08:17:26AM +0800, Linhui Sun wrote:
> > > > > On 周一, 12月 7, 2015 at 01:36, Markus Unterwaditzer <
> > markus@unterwaditzer.net>
> > > > > wrote:
> > > > > > IMO, etag is designed for client side cache. A typical usage: if
> > the file
> > > > > > on the server has no actual change, the client will use the cache
> > and the
> > > > > > server does not need to send the file content again. While for a
> > storage
> > > > > > service, we also need some some similar mechanism at server side.
> > In this
> > > > > > way, the client do not need to upload unchanged content to the
> > server.
> > > > >
> > > > > There is no "true-and-only" usecase for etags, and no, you do not
> > need
> > > > anything
> > > > > more than etags for synchronization. Using a additional "metadata"
> > file, the
> > > > > client can cheaply determine whether local content changed and
> > whether
> > > server
> > > > > content changed, and that's all that is required for (in this case)
> > file
> > > > > synchronization. Sync conflicts are a different story, and the
> > solution to
> > > > that
> > > > > heavily depends on the kind of data you're syncing. I'm a little bit
> > > confused
> > > > here: if I have a metadata file, why do I still need
> > > > > the etag? The metadata file should contain something equivalent to
> > the etag.
> > > > >
> > > > > >
> > > > > > > --
> > > > > > > Sent from my phone. Please excuse my brevity.
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Storagesync mailing list
> > > > > > > Storagesync@ietf.org
> > > > > > > https://www.ietf.org/mailman/listinfo/storagesync
> > > > > > >
> > > > >
> > > > > > _______________________________________________
> > > > > > Storagesync mailing list
> > > > > > Storagesync@ietf.org
> > > > > > https://www.ietf.org/mailman/listinfo/storagesync
> > > >
> > > > > _______________________________________________
> > > > > Storagesync mailing list
> > > > > Storagesync@ietf.org
> > > > > https://www.ietf.org/mailman/listinfo/storagesync
> >

> _______________________________________________
> Storagesync mailing list
> Storagesync@ietf.org
> https://www.ietf.org/mailman/listinfo/storagesync