Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F676D734 for ; Wed, 22 May 2013 06:53:44 +0000 (UTC) Received: (qmail 93434 invoked by uid 500); 22 May 2013 06:53:43 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 93406 invoked by uid 500); 22 May 2013 06:53:43 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 93365 invoked by uid 99); 22 May 2013 06:53:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 06:53:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sylvain@datastax.com designates 209.85.220.53 as permitted sender) Received: from [209.85.220.53] (HELO mail-pa0-f53.google.com) (209.85.220.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 06:53:35 +0000 Received: by mail-pa0-f53.google.com with SMTP id kq12so1476594pab.26 for ; Tue, 21 May 2013 23:53:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=d8V4josssqMD7rx/EfXugxFTpbgZQaYA6GuxiLCrNdo=; b=Z4197aNoiJ2qu+ZPdQBE1pULyWNl99c6qogVIQl2T/FSivTLnLupMGOSitBuvWAEm0 5Av8YRL/cxc++pLYY0kq7BPSiViO3gtw+VEcSesjfyXCEm47t6twoYH7Ge3CAkYygGM8 HbLn0vvXtdWe/cqdo/CCht8+zttLSF3pEbcPOCIp7jjqyZF2NPIDArn5SKfCYiOpX7tf mOn9uoVNx1bex0zRN+AH76VO3/xdX7x/K6zmN2VqhAHFe/JGy2HXZ5WpgoNVEUzSUwcI 8Kk3YHk76YtvWqEeN6iWdCD5DJ9twtxIfyqO1QBV7OTYGgNYoSsjNgG+XD3MXhfxhGY+ 0GmQ== MIME-Version: 1.0 X-Received: by 10.66.27.243 with SMTP id w19mr588073pag.180.1369205594014; Tue, 21 May 2013 23:53:14 -0700 (PDT) Received: by 10.68.126.129 with HTTP; Tue, 21 May 2013 23:53:13 -0700 (PDT) In-Reply-To: <519C593C.5070708@filez.com> References: <519C593C.5070708@filez.com> Date: Wed, 22 May 2013 08:53:13 +0200 Message-ID: Subject: Re: Time to roll 1.1.12? From: Sylvain Lebresne To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=bcaec5299d5b0e55a204dd49054f X-Gm-Message-State: ALoCoQkV9wjO4RZFcA8R50IGB+dop3IqXn+QTFUBQWMqrgr046/mTHojUL5hI85qQVfINUfg8+Qo X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5299d5b0e55a204dd49054f Content-Type: text/plain; charset=ISO-8859-1 +1. I'll cook up the artifacts and call for a vote. On Wed, May 22, 2013 at 7:35 AM, Radim Kolar wrote: > > * fsync leveled manifest to avoid corruption (CASSANDRA-5535) >> > you sure that this does not have performance impact? most filesystems sync > all their data not just one file. write to .new file and then do rename. > --bcaec5299d5b0e55a204dd49054f--