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 898FF1858A for ; Wed, 18 Nov 2015 01:30:11 +0000 (UTC) Received: (qmail 10032 invoked by uid 500); 18 Nov 2015 01:30:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9961 invoked by uid 500); 18 Nov 2015 01:30:11 -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 9726 invoked by uid 99); 18 Nov 2015 01:30:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 01:30:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 073C02C1F6C for ; Wed, 18 Nov 2015 01:30:11 +0000 (UTC) Date: Wed, 18 Nov 2015 01:30:11 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14791) Batch Deletes in MapReduce jobs (0.98) 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-14791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009998#comment-15009998 ] Andrew Purtell commented on HBASE-14791: ---------------------------------------- Don't worry about it. The javadoc check for 0.98 is incorrect/untuned. > Batch Deletes in MapReduce jobs (0.98) > -------------------------------------- > > Key: HBASE-14791 > URL: https://issues.apache.org/jira/browse/HBASE-14791 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.16 > Reporter: Lars Hofhansl > Assignee: Alex Araujo > Labels: mapreduce > Fix For: 0.98.17 > > Attachments: HBASE-14791-0.98-v1.patch, HBASE-14791-0.98-v2.patch, HBASE-14791-0.98.patch > > > We found that some of our copy table job run for many hours, even when there isn't that much data to copy. > [~vik.karma] did his magic and found that the issue is with copying delete markers (we use raw mode to also move deletes across). > Looking at the code in 0.98 it's immediately obvious that deletes (unlike puts) are not batched and hence sent to the other side one by one, causing a network RTT for each delete marker. > Looks like in trunk it's doing the right thing (using BufferedMutators for all mutations in TableOutputFormat). So likely only a 0.98 (and 1.0, 1.1, 1.2?) issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)