Re: 0.16 release update - beta is available

2012-03-16 Thread Chuck Rolke
I'll fix it. Will create a new jira to hold all windows-related 0.16 touch ups. -C - Original Message - From: Steve Huston shus...@riverace.com To: dev@qpid.apache.org Sent: Thursday, March 15, 2012 5:45:24 PM Subject: RE: 0.16 release update - beta is available Do you have plans

[jira] [Created] (QPID-3901) 0.16 Release issues for Windows

2012-03-16 Thread Chuck Rolke (Created) (JIRA)
0.16 Release issues for Windows --- Key: QPID-3901 URL: https://issues.apache.org/jira/browse/QPID-3901 Project: Qpid Issue Type: Bug Reporter: Chuck Rolke This issue collects various minor issues

RE: 0.16 release update - beta is available

2012-03-16 Thread Steve Huston
Ok, great - thank you! -Original Message- From: Chuck Rolke [mailto:cro...@redhat.com] Sent: Friday, March 16, 2012 8:43 AM To: dev@qpid.apache.org Subject: Re: 0.16 release update - beta is available I'll fix it. Will create a new jira to hold all windows-related 0.16 touch ups.

Review Request: Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread Cliff Jansen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4383/ --- Review request for qpid, Andrew Stitcher, Ted Ross, Chug Rolke, and Steve

[jira] [Commented] (QPID-3759) Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231411#comment-13231411 ] jirapos...@reviews.apache.org commented on QPID-3759: -

[jira] [Created] (QPID-3902) Add formal message categories to C++ Broker log messages

2012-03-16 Thread Chuck Rolke (Created) (JIRA)
Add formal message categories to C++ Broker log messages Key: QPID-3902 URL: https://issues.apache.org/jira/browse/QPID-3902 Project: Qpid Issue Type: Improvement

Re: Review Request: Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread Steve Huston
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4383/#review6045 --- Ship it! Looks good to me. - Steve On 2012-03-16 17:32:02, Cliff

[jira] [Commented] (QPID-3759) Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231466#comment-13231466 ] jirapos...@reviews.apache.org commented on QPID-3759: -

Re: Review Request: Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread Chug Rolke
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4383/#review6048 --- Ship it! - Chug On 2012-03-16 17:32:02, Cliff Jansen wrote:

[jira] [Commented] (QPID-3759) Heartbeat timeout in Windows does not lead to timely reconnect

2012-03-16 Thread jirapos...@reviews.apache.org (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231494#comment-13231494 ] jirapos...@reviews.apache.org commented on QPID-3759: -

Re: please include svn rev 1301153 in 0.16

2012-03-16 Thread Andrew Stitcher
On Thu, 2012-03-15 at 15:54 -0400, mick wrote: Please include svn rev 1301153 in 0.16 It is small fix to cpp/src/tests ssl_test to make it use the new(ish) facility for pointing the broker at a local sasl config directory. otherwise the test will sometimes fail -- depending on global

Request: Include fix(es) for QPID-3893 in 0.16

2012-03-16 Thread Andrew Stitcher
The caching speed ups I made to the FieldTable code in QPID-3883 changed the concurrency guarantees of the FieldTable, causing crashing under simultaneous reads. The fix for QPID-3893 adds in locks to make simultaneous reads correct again. The second change in the bug is removing namespace

Re: Request: Include fix(es) for QPID-3893 in 0.16

2012-03-16 Thread Chuck Rolke
Ship it! Part 1 locking makes sense and part 2 boost namespace compiles on windows. - Original Message - From: Andrew Stitcher astitc...@redhat.com To: dev@qpid.apache.org Sent: Friday, March 16, 2012 3:54:16 PM Subject: Request: Include fix(es) for QPID-3893 in 0.16 The caching

[jira] [Commented] (QPID-3893) C++ broker appears to segfault during MultipleTransactedBatchProducerTest

2012-03-16 Thread Chuck Rolke (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231652#comment-13231652 ] Chuck Rolke commented on QPID-3893: --- Ship it! Part 1 locking makes sense and part 2 boost