Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 912 invoked from network); 13 Jun 2010 18:58:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 18:58:35 -0000 Received: (qmail 18022 invoked by uid 500); 13 Jun 2010 18:58:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17994 invoked by uid 500); 13 Jun 2010 18:58:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 17986 invoked by uid 99); 13 Jun 2010 18:58:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 18:58:34 +0000 X-ASF-Spam-Status: No, hits=-1517.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 18:58:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5DIwESp018865 for ; Sun, 13 Jun 2010 18:58:14 GMT Message-ID: <31259713.70371276455494240.JavaMail.jira@thor> Date: Sun, 13 Jun 2010 14:58:14 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Todd Lipcon updated HBASE-2353: ------------------------------- Attachment: hbase-2353.txt Attaching patch I committed (r2 from review board) > HBASE-2283 removed bulk sync optimization for multi-row puts > ------------------------------------------------------------ > > Key: HBASE-2353 > URL: https://issues.apache.org/jira/browse/HBASE-2353 > Project: HBase > Issue Type: Bug > Reporter: ryan rawson > Assignee: Todd Lipcon > Priority: Blocker > Fix For: 0.21.0 > > Attachments: hbase-2353.txt, HBASE-2353_def_log_flush.patch > > > 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.