[ 
https://issues.apache.org/jira/browse/HBASE-15850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15290012#comment-15290012
 ] 

Hudson commented on HBASE-15850:
--------------------------------

SUCCESS: Integrated in HBase-1.2 #627 (See 
[https://builds.apache.org/job/HBase-1.2/627/])
HBASE-15850 Localize the configuration change in testCheckTableLocks to 
(syuanjiangdev: rev d14803534b93fc393535a7314f3596b3ba4c95c4)
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java


> 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)

Reply via email to