Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0B9AF200BCA for ; Mon, 21 Nov 2016 20:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0A18D160B19; Mon, 21 Nov 2016 19:59:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79008160AEF for ; Mon, 21 Nov 2016 20:58:59 +0100 (CET) Received: (qmail 21306 invoked by uid 500); 21 Nov 2016 19:58:58 -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 21249 invoked by uid 99); 21 Nov 2016 19:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 19:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 71AAC2C4C77 for ; Mon, 21 Nov 2016 19:58:58 +0000 (UTC) Date: Mon, 21 Nov 2016 19:58:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17123) Add postBulkLoadHFile variant that notifies the final paths for the hfiles MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 19:59:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15684565#comment-15684565 ] Hudson commented on HBASE-17123: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1994 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1994/]) HBASE-17123 Add postBulkLoadHFile variant that notifies the final paths (tedyu: rev 7ff7b88db591523d100e72ad8cb0d1e0fd2b99a7) * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java > Add postBulkLoadHFile variant that notifies the final paths for the hfiles > -------------------------------------------------------------------------- > > Key: HBASE-17123 > URL: https://issues.apache.org/jira/browse/HBASE-17123 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 2.0.0 > > Attachments: 17123.addendum, 17123.v1.txt, 17123.v3.txt, 17123.v4.txt, 17123.v5.txt > > > Currently the postBulkLoadHFile() hook passes the same familyPaths parameter which it receives as method parameter. > See code in SecureBulkLoadManager : > {code} > loaded = region.getCoprocessorHost().postBulkLoadHFile(familyPaths, loaded); > {code} > Meaning, the paths are not final, moved paths of the loaded hfiles. > This issue is to add a variant which notifies the final paths of the loaded hfiles. -- This message was sent by Atlassian JIRA (v6.3.4#6332)