[
https://issues.apache.org/jira/browse/HADOOP-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13965338#comment-13965338
]
Hudson commented on HADOOP-10473:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1753 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1753/])
HADOOP-10473. TestCallQueueManager should interrupt before counting calls.
(szetszwo:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1586030)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestCallQueueManager.java
> 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
> Fix For: 2.4.1
>
> Attachments: c10473_20140408.patch, c10473_20140408b.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)