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 1EA31200BEB for ; Wed, 28 Dec 2016 21:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1B95C160B2A; Wed, 28 Dec 2016 20: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 6D4E6160B2E for ; Wed, 28 Dec 2016 21:58:59 +0100 (CET) Received: (qmail 10292 invoked by uid 500); 28 Dec 2016 20: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 10272 invoked by uid 99); 28 Dec 2016 20:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 20:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 763BC2C1F54 for ; Wed, 28 Dec 2016 20:58:58 +0000 (UTC) Date: Wed, 28 Dec 2016 20:58:58 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17149) Procedure V2 - Fix nonce submission to avoid unnecessary calling coprocessor multiple times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 28 Dec 2016 20:59:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15783691#comment-15783691 ] Hadoop QA commented on HBASE-17149: ----------------------------------- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s {color} | {color:blue} Docker mode activated. {color} | | {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s {color} | {color:red} HBASE-17149 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/0.3.0/precommit-patchnames for help. {color} | \\ \\ || Subsystem || Report/Notes || | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12844963/HBASE-17149-addendum.v1-master.patch | | JIRA Issue | HBASE-17149 | | Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/5079/console | | Powered by | Apache Yetus 0.3.0 http://yetus.apache.org | This message was automatically generated. > Procedure V2 - Fix nonce submission to avoid unnecessary calling coprocessor multiple times > ------------------------------------------------------------------------------------------- > > Key: HBASE-17149 > URL: https://issues.apache.org/jira/browse/HBASE-17149 > Project: HBase > Issue Type: Sub-task > Components: proc-v2 > Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.7, 1.2.4 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Fix For: 2.0.0 > > Attachments: 17149.branch-1.incomplete.txt, HBASE-17149-addendum.v1-master.patch, HBASE-17149.master.001.patch, HBASE-17149.master.002.patch, HBASE-17149.master.002.patch, HBASE-17149.master.002.patch, HBASE-17149.master.003.patch, HBASE-17149.v1-branch-1.patch, nonce.patch > > > instead of having all the logic in submitProcedure(), split in registerNonce() + submitProcedure(). > In this case we can avoid calling the coprocessor twice and having a clean submit logic knowing that there will only be one submission. -- This message was sent by Atlassian JIRA (v6.3.4#6332)