[jira] Updated: (QPID-2370) TTR-Qpid-07-NA failed due to channel error 504 during tear down

2010-02-02 Thread Martin Ritchie (JIRA)

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

Martin Ritchie updated QPID-2370:
-

Status: Ready To Review  (was: In Progress)

 TTR-Qpid-07-NA failed due to channel error 504 during tear down
 ---

 Key: QPID-2370
 URL: https://issues.apache.org/jira/browse/QPID-2370
 Project: Qpid
  Issue Type: Bug
  Components: Java Performance Tests
Affects Versions: 0.6
Reporter: Martin Ritchie
Assignee: Martin Ritchie
 Attachments: QPID-2370-Improve-BrokerDebug.patch, 
 QPID-2370.CheckClosedBeforeFlow.patch, 
 QPID-2370.CheckClosedBeforeFlowWithStateCheck.patch


 During a full 'RunCore.sh' performance test run TTR-Qpid-07-NA hung holding 
 the test run up. This appeared to be as a result of a Channel Error that was 
 thrown during. 
 Thread-4 2010-01-26 03:29:48,722 ERROR [apache.qpid.client.AMQConnection] 
 error:
 org.apache.qpid.AMQConnectionClosedException: Error: channel is closed [error 
 code 504: channel error] [error code 504: channel error]
 This may have occured during test tear down as the following was logged by 
 the same thread just after the stack trace.
 Thread-4 2010-01-26 03:29:48,725 WARN [apache.qpid.ping.PingTestPerf] There 
 was an exception during per thread tear down.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Updated: (QPID-2370) TTR-Qpid-07-NA failed due to channel error 504 during tear down

2010-02-01 Thread Martin Ritchie (JIRA)

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

Martin Ritchie updated QPID-2370:
-

Attachment: QPID-2370.CheckClosedBeforeFlow.patch

Added patch that causes a session.closed/closing check to be performed before 
attempting to send the ChannelFlow method.

This will not remove the race condition however, it will greatly reduce the 
chances of a ChannelFlow method occuring AFTER a ChannelClose has been sent.

 TTR-Qpid-07-NA failed due to channel error 504 during tear down
 ---

 Key: QPID-2370
 URL: https://issues.apache.org/jira/browse/QPID-2370
 Project: Qpid
  Issue Type: Bug
  Components: Java Performance Tests
Affects Versions: 0.6
Reporter: Martin Ritchie
Assignee: Martin Ritchie
 Attachments: QPID-2370.CheckClosedBeforeFlow.patch


 During a full 'RunCore.sh' performance test run TTR-Qpid-07-NA hung holding 
 the test run up. This appeared to be as a result of a Channel Error that was 
 thrown during. 
 Thread-4 2010-01-26 03:29:48,722 ERROR [apache.qpid.client.AMQConnection] 
 error:
 org.apache.qpid.AMQConnectionClosedException: Error: channel is closed [error 
 code 504: channel error] [error code 504: channel error]
 This may have occured during test tear down as the following was logged by 
 the same thread just after the stack trace.
 Thread-4 2010-01-26 03:29:48,725 WARN [apache.qpid.ping.PingTestPerf] There 
 was an exception during per thread tear down.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Updated: (QPID-2370) TTR-Qpid-07-NA failed due to channel error 504 during tear down

2010-02-01 Thread Martin Ritchie (JIRA)

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

Martin Ritchie updated QPID-2370:
-

Attachment: (was: QPID-2370.CheckClosedBeforeFlow.patch)

 TTR-Qpid-07-NA failed due to channel error 504 during tear down
 ---

 Key: QPID-2370
 URL: https://issues.apache.org/jira/browse/QPID-2370
 Project: Qpid
  Issue Type: Bug
  Components: Java Performance Tests
Affects Versions: 0.6
Reporter: Martin Ritchie
Assignee: Martin Ritchie
 Attachments: QPID-2370.CheckClosedBeforeFlow.patch


 During a full 'RunCore.sh' performance test run TTR-Qpid-07-NA hung holding 
 the test run up. This appeared to be as a result of a Channel Error that was 
 thrown during. 
 Thread-4 2010-01-26 03:29:48,722 ERROR [apache.qpid.client.AMQConnection] 
 error:
 org.apache.qpid.AMQConnectionClosedException: Error: channel is closed [error 
 code 504: channel error] [error code 504: channel error]
 This may have occured during test tear down as the following was logged by 
 the same thread just after the stack trace.
 Thread-4 2010-01-26 03:29:48,725 WARN [apache.qpid.ping.PingTestPerf] There 
 was an exception during per thread tear down.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Updated: (QPID-2370) TTR-Qpid-07-NA failed due to channel error 504 during tear down

2010-02-01 Thread Martin Ritchie (JIRA)

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

Martin Ritchie updated QPID-2370:
-

Attachment: QPID-2370.CheckClosedBeforeFlow.patch

I did mean to grant permission

 TTR-Qpid-07-NA failed due to channel error 504 during tear down
 ---

 Key: QPID-2370
 URL: https://issues.apache.org/jira/browse/QPID-2370
 Project: Qpid
  Issue Type: Bug
  Components: Java Performance Tests
Affects Versions: 0.6
Reporter: Martin Ritchie
Assignee: Martin Ritchie
 Attachments: QPID-2370.CheckClosedBeforeFlow.patch


 During a full 'RunCore.sh' performance test run TTR-Qpid-07-NA hung holding 
 the test run up. This appeared to be as a result of a Channel Error that was 
 thrown during. 
 Thread-4 2010-01-26 03:29:48,722 ERROR [apache.qpid.client.AMQConnection] 
 error:
 org.apache.qpid.AMQConnectionClosedException: Error: channel is closed [error 
 code 504: channel error] [error code 504: channel error]
 This may have occured during test tear down as the following was logged by 
 the same thread just after the stack trace.
 Thread-4 2010-01-26 03:29:48,725 WARN [apache.qpid.ping.PingTestPerf] There 
 was an exception during per thread tear down.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Updated: (QPID-2370) TTR-Qpid-07-NA failed due to channel error 504 during tear down

2010-02-01 Thread Martin Ritchie (JIRA)

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

Martin Ritchie updated QPID-2370:
-

Attachment: QPID-2370.CheckClosedBeforeFlowWithStateCheck.patch

Updated the patch to check the state of the suspension to before creating a 
thread. This will reduce thread creations.

 TTR-Qpid-07-NA failed due to channel error 504 during tear down
 ---

 Key: QPID-2370
 URL: https://issues.apache.org/jira/browse/QPID-2370
 Project: Qpid
  Issue Type: Bug
  Components: Java Performance Tests
Affects Versions: 0.6
Reporter: Martin Ritchie
Assignee: Martin Ritchie
 Attachments: QPID-2370-Improve-BrokerDebug.patch, 
 QPID-2370.CheckClosedBeforeFlow.patch, 
 QPID-2370.CheckClosedBeforeFlowWithStateCheck.patch


 During a full 'RunCore.sh' performance test run TTR-Qpid-07-NA hung holding 
 the test run up. This appeared to be as a result of a Channel Error that was 
 thrown during. 
 Thread-4 2010-01-26 03:29:48,722 ERROR [apache.qpid.client.AMQConnection] 
 error:
 org.apache.qpid.AMQConnectionClosedException: Error: channel is closed [error 
 code 504: channel error] [error code 504: channel error]
 This may have occured during test tear down as the following was logged by 
 the same thread just after the stack trace.
 Thread-4 2010-01-26 03:29:48,725 WARN [apache.qpid.ping.PingTestPerf] There 
 was an exception during per thread tear down.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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