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 468102009EE for ; Wed, 18 May 2016 22:24:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4528D160A00; Wed, 18 May 2016 20:24:30 +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 7B5F91609B0 for ; Wed, 18 May 2016 22:24:29 +0200 (CEST) Received: (qmail 17751 invoked by uid 500); 18 May 2016 20:24:15 -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 17740 invoked by uid 99); 18 May 2016 20:24:14 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 20:24:14 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D5DC32C1F60 for ; Wed, 18 May 2016 20:24:12 +0000 (UTC) Date: Wed, 18 May 2016 20:24:12 +0000 (UTC) From: "Stephen Yuan Jiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15850) Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 18 May 2016 20:24:30 -0000 [ https://issues.apache.org/jira/browse/HBASE-15850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-15850: --------------------------------------- Resolution: Fixed Fix Version/s: 1.1.6 1.2.2 1.3.0 2.0.0 Status: Resolved (was: Patch Available) > Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite > --------------------------------------------------------------------------------------------------------- > > Key: HBASE-15850 > URL: https://issues.apache.org/jira/browse/HBASE-15850 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 1.1.5 > Reporter: Stephen Yuan Jiang > Assignee: Stephen Yuan Jiang > Fix For: 2.0.0, 1.3.0, 1.2.2, 1.1.6 > > Attachments: HBASE-15850.v1-branch-1.1.patch, HBASE-15850.v1-master.patch > > > TestHBaseFsck#testCheckTableLocks changes the "hbase.table.lock.expire.ms" config from 10 minutes default value to 1 ms. This change impacts other tests in the TestHBaseFsck test suite, especially in branch-1.1. > {code} > conf.setLong(TableLockManager.TABLE_LOCK_EXPIRE_TIMEOUT, 1); > {code} > The proposed change is to make the configuration change local for testing purpose so that other tests would not be impacted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)