List Info

Thread: Created: (JBMESSAGING-904) org.jboss.test.messaging.jms.clustering.Multipl




Created: (JBMESSAGING-904) org.jboss.test.messaging.jms.clustering. Multipl
country flaguser name
United States
2007-02-28 06:25:35
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers() fails on Linux
------------------------------------------------------------
---------------------------------------------

                 Key: JBMESSAGING-904
                 URL: htt
p://jira.jboss.com/jira/browse/JBMESSAGING-904
             Project: JBoss Messaging
          Issue Type: Bug
            Reporter: Ovidiu Feodorov
         Assigned To: Ovidiu Feodorov
            Priority: Blocker
             Fix For: 1.2.0.GA


junit.framework.AssertionFailedError
	at
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers(MultipleFailoverTest.java:252)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Commented: (JBMESSAGING-904) org.jboss.test.messaging.jms.clustering. Multi
country flaguser name
United States
2007-02-28 08:28:12
    [ http://jira.jboss.com/jira/browse
/JBMESSAGING-904?page=comments#action_12354575 ] 
            
Tim Fox commented on JBMESSAGING-904:
-------------------------------------

This is failing because on failover of a session we
shutdownAfterProcessingCurrentTasks on the session's
executor, then replace the executor.

This means if an ack is retried after being put on hold
after failover and ackmode is auto ack then the ack can be
resumed, but before it completes and nulls the auto_ack info
in the session state another delivery can be excuted - but
on a different thread since we replaced the executor so it
smacks into the back of the first one throws an exception
and the message doesn't get delivered. The next message that
actually gets delivered is then the next one and the
assertion is thrown.

Solution is to subclass QueuedExecutor with a new class that
allows all excet currently executing task to be cleared
without shutting down the QueuedExecutor.

>
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers() fails on Linux
>
------------------------------------------------------------
---------------------------------------------
>
>                 Key: JBMESSAGING-904
>                 URL: htt
p://jira.jboss.com/jira/browse/JBMESSAGING-904
>             Project: JBoss Messaging
>          Issue Type: Bug
>            Reporter: Ovidiu Feodorov
>         Assigned To: Ovidiu Feodorov
>            Priority: Blocker
>             Fix For: 1.2.0.GA
>
>
> junit.framework.AssertionFailedError
> 	at
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers(MultipleFailoverTest.java:252)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Commented: (JBMESSAGING-904) org.jboss.test.messaging.jms.clustering. Multi
country flaguser name
United States
2007-02-28 09:24:08
    [ http://jira.jboss.com/jira/browse
/JBMESSAGING-904?page=comments#action_12354582 ] 
            
Tim Fox commented on JBMESSAGING-904:
-------------------------------------

Another problem is that the test also sometimes fails
because it does not allow for duplicates that might occur,
see JBMESSAGING-604

>
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers() fails on Linux
>
------------------------------------------------------------
---------------------------------------------
>
>                 Key: JBMESSAGING-904
>                 URL: htt
p://jira.jboss.com/jira/browse/JBMESSAGING-904
>             Project: JBoss Messaging
>          Issue Type: Bug
>            Reporter: Ovidiu Feodorov
>         Assigned To: Ovidiu Feodorov
>            Priority: Blocker
>             Fix For: 1.2.0.GA
>
>
> junit.framework.AssertionFailedError
> 	at
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers(MultipleFailoverTest.java:252)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

Closed: (JBMESSAGING-904) org.jboss.test.messaging.jms.clustering. Multiple
country flaguser name
United States
2007-02-28 19:12:09
     [ http://jira.jboss.com/jira/browse/JBMESSAGING-904?page
=all ]

Tim Fox closed JBMESSAGING-904.
-------------------------------

    Resolution: Done
      Assignee: Tim Fox  (was: Ovidiu Feodorov)

>
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers() fails on Linux
>
------------------------------------------------------------
---------------------------------------------
>
>                 Key: JBMESSAGING-904
>                 URL: htt
p://jira.jboss.com/jira/browse/JBMESSAGING-904
>             Project: JBoss Messaging
>          Issue Type: Bug
>            Reporter: Ovidiu Feodorov
>         Assigned To: Tim Fox
>            Priority: Blocker
>             Fix For: 1.2.0.GA
>
>
> junit.framework.AssertionFailedError
> 	at
org.jboss.test.messaging.jms.clustering.MultipleFailoverTest
.testFailoverFloodTwoServers(MultipleFailoverTest.java:252)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )