[
https://issues.apache.org/jira/browse/HBASE-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563660#comment-13563660
]
Ted Yu commented on HBASE-7681:
-------------------------------
Combined patch looks good.
{code}
- waitForCounter(SplitLogCounters.tot_wkr_preempt_task, 0, 1, 1000);
+ waitForCounter(SplitLogCounters.tot_wkr_preempt_task, 0, 1, 1500);
- waitForCounter(SplitLogCounters.tot_wkr_task_acquired, 1, 2, 1000);
+ waitForCounter(SplitLogCounters.tot_wkr_task_acquired, 1, 2, 1500);
{code}
Next time we touch TestSplitLogWorker.java, maybe introduce a constant for the
timeout so that we don't need to change it in 12 places.
> Investigate recent random test failures in 0.94
> -----------------------------------------------
>
> Key: HBASE-7681
> URL: https://issues.apache.org/jira/browse/HBASE-7681
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Fix For: 0.94.5
>
> Attachments: 7681-0.94-combined.txt, 7681-0.94-combined_v2.txt,
> 7681-0.94.txt, 7681-0.96-combined.txt, 7681-0.96-combined.txt,
> 7681-94-v1.txt, 7681-94-v2.txt, 7681-94-v3.txt, 7681-trunk-v1.txt
>
>
> I've seen many unspecific test failures recently that cannot be reproduced
> locally even when running these test is a loop for a very long time.
> Many of these test one way or the other make assumption w.r.t. wall clock
> time. While I cannot fix that, an option to increase some of these timeout a
> bit.
> This issue is to remind me to do that.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira