[jira] [Assigned] (QPID-2901) A number of tests sporadically fails with 0.10 profiles on attempt to commit transaction due to exception in org.apache.qpid.transport.Session#sync

2011-09-07 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-2901:


Assignee: Robbie Gemmell  (was: Alex Rudyy)

A new patch with unregistering of subscriptions within the ServerSession 
closure is uploaded.

Robbie, could you please review it?

 A number of tests sporadically fails with 0.10 profiles on attempt to commit 
 transaction due to exception in org.apache.qpid.transport.Session#sync
 ---

 Key: QPID-2901
 URL: https://issues.apache.org/jira/browse/QPID-2901
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker, Java Client
Affects Versions: 0.7, 0.8, 0.9, 0.10, 0.11, 0.12
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
 Fix For: 0.13

 Attachments: 
 0001-QPID-2901-System-test-to-reproduce-racing-conditions.patch, 
 QPID-2901-Fixes-racing-conditions-on-closing-session-from-SCDP.patch


 The following stack trace is printed for failed commit
 org.apache.qpid.transport.SessionException: ch=0 id=0 
 ExecutionException(errorCode=INTERNAL_ERROR, commandId=13, 
 description=Exception processing command: java.lang.RuntimeException: Failed 
 to commit transaction)
   at org.apache.qpid.transport.Session.sync(Session.java:807)
   at org.apache.qpid.transport.Session.sync(Session.java:772)
   at org.apache.qpid.transport.Session.invoke(Session.java:732)
   at org.apache.qpid.transport.Session.invoke(Session.java:561)
   at 
 org.apache.qpid.transport.SessionInvoker.txCommit(SessionInvoker.java:148)
   at 
 org.apache.qpid.client.AMQSession_0_10.sendCommit(AMQSession_0_10.java:423)
   at 
 org.apache.qpid.client.AMQSession_0_10.commit(AMQSession_0_10.java:1008)
   at 
 org.apache.qpid.systest.TestingBaseCase$1.run(TestingBaseCase.java:105)
   at java.lang.Thread.run(Thread.java:619)
 This is the list of failing tests:
 org.apache.qpid.systest.SubscriptionTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.SubscriptionTest#testTopicDurableConsumerMessageCount
 org.apache.qpid.systest.TopicTest#org.apache.qpid.systest.TopicTest 
 org.apache.qpid.systest.TopicTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.GlobalQueuesTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.GlobalTopicsTest#testTopicDurableConsumerMessageSize
 org.apache.qpid.systest.GlobalTopicsTest#testTopicDurableConsumerMessageAge

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] [Assigned] (QPID-2901) A number of tests sporadically fails with 0.10 profiles on attempt to commit transaction due to exception in org.apache.qpid.transport.Session#sync

2011-08-29 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-2901:


Assignee: Robbie Gemmell

Robbie,
Could you please have a look at the attached patch with problem fix?

 A number of tests sporadically fails with 0.10 profiles on attempt to commit 
 transaction due to exception in org.apache.qpid.transport.Session#sync
 ---

 Key: QPID-2901
 URL: https://issues.apache.org/jira/browse/QPID-2901
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker, Java Client
Affects Versions: 0.7, 0.8, 0.9, 0.10, 0.11, 0.12
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
 Attachments: 
 0001-QPID-2901-Fixes-racing-conditions-on-broker-side-whe.patch, 
 0001-QPID-2901-System-test-to-reproduce-racing-conditions.patch


 The following stack trace is printed for failed commit
 org.apache.qpid.transport.SessionException: ch=0 id=0 
 ExecutionException(errorCode=INTERNAL_ERROR, commandId=13, 
 description=Exception processing command: java.lang.RuntimeException: Failed 
 to commit transaction)
   at org.apache.qpid.transport.Session.sync(Session.java:807)
   at org.apache.qpid.transport.Session.sync(Session.java:772)
   at org.apache.qpid.transport.Session.invoke(Session.java:732)
   at org.apache.qpid.transport.Session.invoke(Session.java:561)
   at 
 org.apache.qpid.transport.SessionInvoker.txCommit(SessionInvoker.java:148)
   at 
 org.apache.qpid.client.AMQSession_0_10.sendCommit(AMQSession_0_10.java:423)
   at 
 org.apache.qpid.client.AMQSession_0_10.commit(AMQSession_0_10.java:1008)
   at 
 org.apache.qpid.systest.TestingBaseCase$1.run(TestingBaseCase.java:105)
   at java.lang.Thread.run(Thread.java:619)
 This is the list of failing tests:
 org.apache.qpid.systest.SubscriptionTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.SubscriptionTest#testTopicDurableConsumerMessageCount
 org.apache.qpid.systest.TopicTest#org.apache.qpid.systest.TopicTest 
 org.apache.qpid.systest.TopicTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.GlobalQueuesTest#testTopicDurableConsumerMessageAge
 org.apache.qpid.systest.GlobalTopicsTest#testTopicDurableConsumerMessageSize
 org.apache.qpid.systest.GlobalTopicsTest#testTopicDurableConsumerMessageAge

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org