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

Hudson commented on HBASE-20107:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4669 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4669/])
HBASE-20107 Add a test case for HBASE-14317 (Zephyr Guo) (tedyu: rev 
d7adc58e5203567b8083160d45f85f9986e272cd)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestWALLockup.java


> Add a test case for HBASE-14317
> -------------------------------
>
>                 Key: HBASE-20107
>                 URL: https://issues.apache.org/jira/browse/HBASE-20107
>             Project: HBase
>          Issue Type: Test
>          Components: wal
>    Affects Versions: 3.0.0
>            Reporter: Zephyr Guo
>            Assignee: Zephyr Guo
>            Priority: Minor
>             Fix For: 2.0.0-beta-2
>
>         Attachments: HBASE-20107-v1.patch, HBASE-20107-v2.patch
>
>
> RS might get stuck because of  HBASE-14317. I met same problem in my hbase, 
> and HBASE-14317 can solve this problmen very well.
> But I don't get stuck when I run 
> _TestWalLockup.testLockupWhenSyncInMiddleOfZigZagSetup_.
>  We'll never see stuck in this test case, because 
> FailedSyncBeforeLogCloseException will break 
> _zigzagLatch.waitSafePoint(SyncFuture)_. Finally, 
> _zigzagLatch.releaseSafePoint()_ will be call, and _attainSafePoint(long)_ 
> get out stuck.
>  Here, we add a new test case to simulate stuck RS correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to