Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 47940 invoked from network); 24 Mar 2010 02:06:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 02:06:48 -0000 Received: (qmail 9688 invoked by uid 500); 24 Mar 2010 02:06:48 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 9663 invoked by uid 500); 24 Mar 2010 02:06:48 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-issues@hadoop.apache.org Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 9655 invoked by uid 99); 24 Mar 2010 02:06:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 02:06:48 +0000 X-ASF-Spam-Status: No, hits=-1114.7 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 24 Mar 2010 02:06:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 278D6234C48D for ; Wed, 24 Mar 2010 02:06:27 +0000 (UTC) Message-ID: <1642308788.451111269396387147.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Mar 2010 02:06:27 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2353) HBASE-2283 removed bulk sync optimization for multi-row puts 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/HBASE-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849016#action_12849016 ] Todd Lipcon commented on HBASE-2353: ------------------------------------ {quote} Are you willing to cripple the performance of hbase put speed to ensure certain log atomic order of operation guarantees in a bulk insert case? {quote} I think it's crucial that correctness is an _option_. That is to say, I am strongly against any design that _precludes_ correct operation of bulk puts (where correct is the set of guarantees we're talking about in HBASE-2294 - visible edits must be durable, etc). I also am totally with you that for cases like mapreduce bulk loads there should be a "throw caution to the wind and shove that data in as fast as our little hard drives can spin" _option_. > HBASE-2283 removed bulk sync optimization for multi-row puts > ------------------------------------------------------------ > > Key: HBASE-2353 > URL: https://issues.apache.org/jira/browse/HBASE-2353 > Project: Hadoop HBase > Issue Type: Bug > Reporter: ryan rawson > Fix For: 0.21.0 > > Attachments: HBASE-2353-deferred.txt > > > previously to HBASE-2283 we used to call flush/sync once per put(Put[]) call (ie: batch of commits). Now we do for every row. > This makes bulk uploads slower if you are using WAL. Is there an acceptable solution to achieve both safety and performance by bulk-sync'ing puts? Or would this not work in face of atomic guarantees? > discuss! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.