You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2014/04/08 23:51:15 UTC

[jira] [Updated] (HADOOP-10473) TestCallQueueManager is still flaky

     [ https://issues.apache.org/jira/browse/HADOOP-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo Nicholas Sze updated HADOOP-10473:
-----------------------------------------

    Attachment: c10473_20140408.patch

c10473_20140408.patch: interrupt, join and then count.

> TestCallQueueManager is still flaky
> -----------------------------------
>
>                 Key: HADOOP-10473
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10473
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Minor
>         Attachments: c10473_20140408.patch
>
>
> testSwapUnderContention counts the calls and then interrupts as shown below.  There could be call after counting the call but before interrupt.
> {code}
>     for (Taker t : consumers) {
>       totalCallsConsumed += t.callsTaken;
>       threads.get(t).interrupt();
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)