Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D86E4DED5 for ; Mon, 5 Nov 2012 01:36:38 +0000 (UTC) Received: (qmail 89728 invoked by uid 500); 5 Nov 2012 01:36:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89696 invoked by uid 500); 5 Nov 2012 01:36:38 -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 89687 invoked by uid 99); 5 Nov 2012 01:36:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 01:36:38 +0000 Date: Mon, 5 Nov 2012 01:36:38 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <827515379.67066.1352079398566.JavaMail.jiratomcat@arcas> In-Reply-To: <207245175.42886.1351573693009.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7069) HTable.batch does not have to synchronized 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-7069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490397#comment-13490397 ] Hudson commented on HBASE-7069: ------------------------------- Integrated in HBase-0.94-security-on-Hadoop-23 #9 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/9/]) HBASE-7069 (Revision 1403808) Result = FAILURE larsh : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/HTable.java > HTable.batch does not have to synchronized > ------------------------------------------ > > Key: HBASE-7069 > URL: https://issues.apache.org/jira/browse/HBASE-7069 > Project: HBase > Issue Type: Bug > Components: Performance > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Priority: Critical > Fix For: 0.94.3 > > Attachments: 7069.txt > > > This was raised on the mailing list by Yousuf. > HTable.batch(...) is synchronized and there appears to be no reason for it. > (flushCommits makes the same call to connection.processBatch and it also is not synchronized) > This is pretty bad actually marking critical. > 0.96 is fine BTW. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira