[jira] [Created] (QPID-4438) Java broker would be easier to support if it reported a better summary of usage

2012-11-15 Thread Philip Harvey (JIRA)
Philip Harvey created QPID-4438: --- Summary: Java broker would be easier to support if it reported a better summary of usage Key: QPID-4438 URL: https://issues.apache.org/jira/browse/QPID-4438 Project:

Review Request: Allow qpidd configuration options to restrict the interfaces/addresses that are listened to for incoming connections

2012-11-15 Thread Andrew Stitcher
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8076/ --- Review request for qpid. Description --- This change introduces a new

[jira] [Resolved] (QPID-4436) HA fix qpidd crash when mgmt-enable=no

2012-11-15 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-4436. --- Resolution: Fixed Fixed on trunk r1409327 HA fix qpidd crash when mgmt-enable=no

Re: Review Request: Allow qpidd configuration options to restrict the interfaces/addresses that are listened to for incoming connections

2012-11-15 Thread Alan Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8076/#review13473 --- Ship it!

Re: Review Request: Allow qpidd configuration options to restrict the interfaces/addresses that are listened to for incoming connections

2012-11-15 Thread Andrew Stitcher
On Thu, 2012-11-15 at 16:33 +0100, Emmanuel Bourg wrote: Le 15/11/2012 16:22, Andrew Stitcher a écrit : * A literal IP address - IPv6 literal addresses should be enclosed in '['...']' Is the enclosing for IPv6 addresses really necessary? It should be possible to guess the type reliably

Re: Review Request: Fix for Thread object's operator bool()

2012-11-15 Thread Chug Rolke
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8072/#review13479 --- Ship it! Both instances of code kick off a function call into

Re: Review Request: Fix for Thread object's operator bool()

2012-11-15 Thread Andrew Stitcher
On Nov. 15, 2012, 6:30 p.m., Chug Rolke wrote: Both instances of code kick off a function call into boost::shared_ptrqpid::sys::ThreadPrivate. Before the patch the function is ::operator type::* and after the patch the function is ::get, unsurprisingly. The results are then processed

Re: Review Request: Fix for Thread object's operator bool()

2012-11-15 Thread Cliff Jansen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8072/#review13485 --- I am going to disagree (with the proposed patch, and agree with

Re: Review Request: Fix for Thread object's operator bool()

2012-11-15 Thread Cliff Jansen
On Nov. 15, 2012, 9:17 p.m., Cliff Jansen wrote: I am going to disagree (with the proposed patch, and agree with Andrew). I managed to reproduce (took closer to 15 minutes on my laptop) and get a similar stack trace. I see a shared_ptr with non-null value and use_count of 3.

Re: Review Request: Fix for Thread object's operator bool()

2012-11-15 Thread Steve Huston
On Nov. 15, 2012, 9:17 p.m., Cliff Jansen wrote: I am going to disagree (with the proposed patch, and agree with Andrew). I managed to reproduce (took closer to 15 minutes on my laptop) and get a similar stack trace. I see a shared_ptr with non-null value and use_count of 3.

[jira] [Commented] (QPID-4424) C++ Broker on Windows - Assertion Failed: !dispatcher - PollableQueue.h line 136

2012-11-15 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498444#comment-13498444 ] Steve Huston commented on QPID-4424: It appears that PollableQueue makes an assumption