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 "Xiao Chen (JIRA)" <ji...@apache.org> on 2015/12/21 18:36:46 UTC

[jira] [Commented] (HADOOP-12573) TestRPC.testClientBackOff failing

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

Xiao Chen commented on HADOOP-12573:
------------------------------------

Hi [~stevel@apache.org],
Thanks reporting the issue and the suggestion. I happened to met the exactly same failure.
Looking at the test, I suspect that this is similar to HADOOP-12605, as [~iwasakims] and I [discussed|https://issues.apache.org/jira/browse/HADOOP-12605?focusedCommentId=15062057&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15062057] in there - maybe the call was processed and no exception was thrown at all.
But your suggestion of recording the last thrown exception would be helpful too, since the current log/stack trace really gives us no clue. I'll provide a patch shortly.

> TestRPC.testClientBackOff failing
> ---------------------------------
>
>                 Key: HADOOP-12573
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12573
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0
>         Environment: Jenkins
>            Reporter: Steve Loughran
>
> {{TestRPC.testClientBackOff}} is failing
> {code}
> java.lang.AssertionError: RetriableException not received
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.apache.hadoop.ipc.TestRPC.testClientBackOff(TestRPC.java:1146)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)