Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 7182 invoked from network); 4 May 2010 06:05:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 06:05:21 -0000 Received: (qmail 68971 invoked by uid 500); 4 May 2010 06:05:21 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 68924 invoked by uid 500); 4 May 2010 06:05:21 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 68904 invoked by uid 99); 4 May 2010 06:05:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 06:05:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 04 May 2010 06:05:18 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4464uLJ006619 for ; Tue, 4 May 2010 06:04:57 GMT Message-ID: <5686026.30921272953096837.JavaMail.jira@thor> Date: Tue, 4 May 2010 02:04:56 -0400 (EDT) From: "stack (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Updated: (HBASE-2424) Use old code path for small amounts of batch puts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2424: ------------------------- Status: Resolved (was: Patch Available) Resolution: Duplicate Looks like HBASE-2354. Resolving as duplicate. > Use old code path for small amounts of batch puts > ------------------------------------------------- > > Key: HBASE-2424 > URL: https://issues.apache.org/jira/browse/HBASE-2424 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.3 > Reporter: ryan rawson > Assignee: ryan rawson > Fix For: 0.20.5 > > Attachments: HBASE-2424.txt > > > the new multi put is great, but it has lots of threads and other things that seem unnecessary for a single put. so use the old code when the put batch is small. Perhaps a count of 8 would be a reasonable heuristic. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.