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 12D2118F9A for ; Mon, 14 Sep 2015 23:45:46 +0000 (UTC) Received: (qmail 45819 invoked by uid 500); 14 Sep 2015 23:45:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 45776 invoked by uid 500); 14 Sep 2015 23:45:45 -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 45762 invoked by uid 99); 14 Sep 2015 23:45:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 23:45:45 +0000 Date: Mon, 14 Sep 2015 23:45:45 +0000 (UTC) From: "Stephen Yuan Jiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14051) Undo workarounds in IntegrationTestDDLMasterFailover for client double submit 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-14051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744518#comment-14744518 ] Stephen Yuan Jiang commented on HBASE-14051: -------------------------------------------- [~enis] no, the workaround in enable/disable table was for failover - once failover, part of recovery code would complete enable/disable tables if the table is in the middle of enabling/disabling (see AssignmentManager#recoverTableInDisablingState() and recoverTableInEnablingState()) - the nonce would not help, as the recovery code issue a different enable/disable request and are not aware of the procedure from the client. HBASE-13823 would remove this redundant recovery (to be safe, it would be part of AM rewrite; not a simple cleanup/remove). > Undo workarounds in IntegrationTestDDLMasterFailover for client double submit > ----------------------------------------------------------------------------- > > Key: HBASE-14051 > URL: https://issues.apache.org/jira/browse/HBASE-14051 > Project: HBase > Issue Type: Sub-task > Components: master > Reporter: Enis Soztutar > Assignee: Sophia Feng > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-14051.v1.patch > > > Now that nonce support for dealing with double-submits from client in HBASE-13415 is committed, we should undo the workarounds done in HBASE-13470 for this part. We needed these workarounds for 1.1.1, but we should not do that anymore for proper testing for 1.2+. > [~syuanjiang], [~fengs], [~mbertozzi] FYI. -- This message was sent by Atlassian JIRA (v6.3.4#6332)