[jboss-jira] [JBoss JIRA] (WFLY-3532) RemoteFailoverTestCase still fails intermittently

Richard Achmatowicz (JIRA) issues at jboss.org
Mon Jun 23 17:54:24 EDT 2014


    [ https://issues.jboss.org/browse/WFLY-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978749#comment-12978749 ] 

Richard Achmatowicz commented on WFLY-3532:
-------------------------------------------

The issue present in the design of EJBInvocationHandler is that the exception arising from the broken channel only affects the Result object whch is checked after we have made all of our possible retries based on excluded nodes. It would appear that although the server has shut down, a new topology update has not arrived from the other server (somehow) to influence the behaviour of the retries handler. Instead, as far as the retries handler is concerned, all is well. The server going down is only handled after the retries handler has communicated successfully with the remote node (and before the channel has broken) so completed its task.

I'll try and confirm these guesses before progressing.


 

>  RemoteFailoverTestCase still fails intermittently
> --------------------------------------------------
>
>                 Key: WFLY-3532
>                 URL: https://issues.jboss.org/browse/WFLY-3532
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: EJB
>    Affects Versions: 9.0.0.Alpha1
>            Reporter: Radoslav Husar
>            Assignee: Richard Achmatowicz
>
> Fail rate is at 1.5% atm.
> http://brontes.lab.eng.brq.redhat.com/project.html?projectId=WF&testNameId=3213279503671281753&tab=testDetails
> (making affected version alpha, but indeed its master)



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list