[jira] [Created] (DISPATCH-1672) Add libwebsockets to the dependencies in the readme

2020-05-27 Thread Justin Ross (Jira)
Justin Ross created DISPATCH-1672: - Summary: Add libwebsockets to the dependencies in the readme Key: DISPATCH-1672 URL: https://issues.apache.org/jira/browse/DISPATCH-1672 Project: Qpid Dispatch

[jira] [Commented] (DISPATCH-1671) An unused import?

2020-05-27 Thread Justin Ross (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117657#comment-17117657 ] Justin Ross commented on DISPATCH-1671: --- It looks like the qpidtoollibs import right above it is

[jira] [Created] (DISPATCH-1674) QDR crashes when sending and reading on edge listener

2020-05-27 Thread Martin (Jira)
Martin created DISPATCH-1674: Summary: QDR crashes when sending and reading on edge listener Key: DISPATCH-1674 URL: https://issues.apache.org/jira/browse/DISPATCH-1674 Project: Qpid Dispatch

[jira] [Commented] (DISPATCH-1656) Allow user-configured connection properties in the Open performative

2020-05-27 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117804#comment-17117804 ] Ken Giusti commented on DISPATCH-1656: -- [~lulf] , [~kwall] I've updated the feature description

[jira] [Created] (DISPATCH-1671) An unused import?

2020-05-27 Thread Justin Ross (Jira)
Justin Ross created DISPATCH-1671: - Summary: An unused import? Key: DISPATCH-1671 URL: https://issues.apache.org/jira/browse/DISPATCH-1671 Project: Qpid Dispatch Issue Type: Bug

[jira] [Commented] (DISPATCH-1674) QDR crashes when sending and reading on edge listener

2020-05-27 Thread Martin (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117769#comment-17117769 ] Martin commented on DISPATCH-1674: -- The crash does not happen on 1.12 though, so this could be

[jira] [Commented] (PROTON-2125) Annoying deprecation warning from Minitest in Ruby tests

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117775#comment-17117775 ] Jiri Daněk commented on PROTON-2125: I could suppress all deprecation warnings in all of ruby code,

[jira] [Closed] (DISPATCH-1674) QDR crashes when sending and reading on edge listener

2020-05-27 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy closed DISPATCH-1674. --- Fix Version/s: 1.12.0 Resolution: Fixed This crash cannot be reproduced in Qpid

[GitHub] [qpid-dispatch] ChugR commented on a change in pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ChugR commented on a change in pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#discussion_r431199344 ## File path: src/connection.h ## @@ -0,0 +1,87 @@ +#ifndef __connection_h__ +#define __connection_h__ 1 + +/* + * Licensed to the Apache Software

[jira] [Assigned] (DISPATCH-1675) system_tests_stuck_deliveries failure with AttributeError: 'DelayedSettlementTest' object has no attribute 'proxy'",

2020-05-27 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-1675: --- Assignee: Ted Ross > system_tests_stuck_deliveries failure with AttributeError:

[GitHub] [qpid-dispatch] ssorj commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ssorj commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-634631775 @ganeshmurthy, would you give this another try? I was missing libwebsockets before. I think the includes are fixed now.

[jira] [Commented] (DISPATCH-1674) QDR crashes when sending and reading on edge listener

2020-05-27 Thread Martin (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117746#comment-17117746 ] Martin commented on DISPATCH-1674: -- Following is a log record before ceilometer_publish.py sends a

[jira] [Updated] (DISPATCH-1656) Allow user-configured connection properties in the Open performative

2020-05-27 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated DISPATCH-1656: - Description: This feature would add a new "openProperties" map attribute to the

[jira] [Created] (DISPATCH-1673) Install libwebsockets in the Linux environment in the Travis CI config

2020-05-27 Thread Justin Ross (Jira)
Justin Ross created DISPATCH-1673: - Summary: Install libwebsockets in the Linux environment in the Travis CI config Key: DISPATCH-1673 URL: https://issues.apache.org/jira/browse/DISPATCH-1673

[jira] [Created] (DISPATCH-1675) system_tests_stuck_deliveries failure with AttributeError: 'DelayedSettlementTest' object has no attribute 'proxy'",

2020-05-27 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-1675: --- Summary: system_tests_stuck_deliveries failure with AttributeError: 'DelayedSettlementTest' object has no attribute 'proxy'", Key: DISPATCH-1675 URL:

[GitHub] [qpid-dispatch] ChugR commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ChugR commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-634734022 Please don't rebase and do a forced push. This messes the branches I've created on your last testing branch.

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
jiridanek commented on a change in pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#discussion_r431279873 ## File path: src/connection.h ## @@ -0,0 +1,87 @@ +#ifndef __connection_h__ +#define __connection_h__ 1 + +/* + * Licensed to the Apache Software

[jira] [Resolved] (DISPATCH-1670) system_tests_edge_router.LinkRouteProxyTest.test_50_link_topology reports many objects that remain allocated after test finishes

2020-05-27 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy resolved DISPATCH-1670. - Resolution: Fixed > system_tests_edge_router.LinkRouteProxyTest.test_50_link_topology

[jira] [Commented] (DISPATCH-1670) system_tests_edge_router.LinkRouteProxyTest.test_50_link_topology reports many objects that remain allocated after test finishes

2020-05-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117947#comment-17117947 ] ASF subversion and git services commented on DISPATCH-1670: --- Commit

[GitHub] [qpid-dispatch] asfgit closed pull request #747: DISPATCH-1670 - Closed connections at the end of the test which frees…

2020-05-27 Thread GitBox
asfgit closed pull request #747: URL: https://github.com/apache/qpid-dispatch/pull/747 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Commented] (DISPATCH-1670) system_tests_edge_router.LinkRouteProxyTest.test_50_link_topology reports many objects that remain allocated after test finishes

2020-05-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117948#comment-17117948 ] ASF GitHub Bot commented on DISPATCH-1670: -- asfgit closed pull request #747: URL:

[jira] [Commented] (DISPATCH-1642) Avoid extra search when adding address configs to parse tree

2020-05-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117925#comment-17117925 ] ASF GitHub Bot commented on DISPATCH-1642: -- codecov-commenter commented on pull request #749:

[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #749: DISPATCH-1642: Change parse tree insert to fail on duplicate entry

2020-05-27 Thread GitBox
codecov-commenter commented on pull request #749: URL: https://github.com/apache/qpid-dispatch/pull/749#issuecomment-634801248 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/749?src=pr=h1) Report > Merging

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ganeshmurthy commented on a change in pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#discussion_r431257755 ## File path: src/connection.h ## @@ -0,0 +1,87 @@ +#ifndef __connection_h__ +#define __connection_h__ 1 + +/* + * Licensed to the Apache

[GitHub] [qpid-dispatch] ssorj commented on a change in pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ssorj commented on a change in pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#discussion_r431273801 ## File path: src/connection.h ## @@ -0,0 +1,87 @@ +#ifndef __connection_h__ +#define __connection_h__ 1 + +/* + * Licensed to the Apache Software

[jira] [Updated] (DISPATCH-1669) Compilation fails on macOS [-Werror,-Wformat]

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk updated DISPATCH-1669: - Status: Reviewable (was: In Progress) > Compilation fails on macOS [-Werror,-Wformat] >

[jira] [Commented] (DISPATCH-1642) Avoid extra search when adding address configs to parse tree

2020-05-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117879#comment-17117879 ] ASF GitHub Bot commented on DISPATCH-1642: -- kgiusti opened a new pull request #749: URL:

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #749: DISPATCH-1642: Change parse tree insert to fail on duplicate entry

2020-05-27 Thread GitBox
kgiusti opened a new pull request #749: URL: https://github.com/apache/qpid-dispatch/pull/749 This avoids having to look up the pattern first in order to avoid duplication (which is expensive as it searches the entire tree).

[GitHub] [qpid-dispatch] ssorj commented on a change in pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ssorj commented on a change in pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#discussion_r431216950 ## File path: src/connection.h ## @@ -0,0 +1,87 @@ +#ifndef __connection_h__ +#define __connection_h__ 1 + +/* + * Licensed to the Apache Software

[GitHub] [qpid-dispatch] ssorj commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ssorj commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-634753329 @ChugR okay, gotcha. (I didn't anticipate anyone basing anything on this branch until it was approved.)

[jira] [Updated] (DISPATCH-1669) Compilation fails on macOS [-Werror,-Wformat]

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk updated DISPATCH-1669: - Fix Version/s: 1.13.0 > Compilation fails on macOS [-Werror,-Wformat] >

[jira] [Resolved] (DISPATCH-1669) Compilation fails on macOS [-Werror,-Wformat]

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk resolved DISPATCH-1669. -- Resolution: Fixed > Compilation fails on macOS [-Werror,-Wformat] >

[jira] [Commented] (DISPATCH-1646) Unable to delete listener with http enabled

2020-05-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118211#comment-17118211 ] ASF GitHub Bot commented on DISPATCH-1646: -- kgiusti commented on pull request #748: URL:

[GitHub] [qpid-dispatch] kgiusti commented on pull request #748: DISPATCH-1646 - Additional fix. Set USE_LIBWEBSOCKETS only if require…

2020-05-27 Thread GitBox
kgiusti commented on pull request #748: URL: https://github.com/apache/qpid-dispatch/pull/748#issuecomment-635036555 Take a look at [this](https://gist.github.com/kgiusti/b984e742d7e5056efeb5ca7664c071d7) The "find_package" command allows a minimum version to be given. Our hacked up

[jira] [Assigned] (QPID-8446) [JMS AMQP 0-x] Add ability to notify mesaging application about the result of every connectivity attempt

2020-05-27 Thread Alex Rudyy (Jira)
[ https://issues.apache.org/jira/browse/QPID-8446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy reassigned QPID-8446: Assignee: Alex Rudyy > [JMS AMQP 0-x] Add ability to notify mesaging application about the result

[jira] [Commented] (QPID-8446) [JMS AMQP 0-x] Add ability to notify mesaging application about the result of every connectivity attempt

2020-05-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/QPID-8446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118149#comment-17118149 ] ASF subversion and git services commented on QPID-8446: --- Commit

[jira] [Updated] (QPID-8446) [JMS AMQP 0-x] Add ability to notify mesaging application about the result of every connectivity attempt

2020-05-27 Thread Alex Rudyy (Jira)
[ https://issues.apache.org/jira/browse/QPID-8446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8446: - Status: Reviewable (was: In Progress) > [JMS AMQP 0-x] Add ability to notify mesaging application about

[GitHub] [qpid-dispatch] ted-ross edited a comment on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ted-ross edited a comment on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-635039909 On Wed, May 27, 2020 at 10:53 AM Chuck Rolke wrote: > *@ChugR* commented on this pull request. > -- > > In

[GitHub] [qpid-dispatch] ted-ross removed a comment on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ted-ross removed a comment on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-635039909 On Wed, May 27, 2020 at 10:53 AM Chuck Rolke wrote: > *@ChugR* commented on this pull request. > -- > > In

[GitHub] [qpid-dispatch] ted-ross commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ted-ross commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-635041061 Re: pointer declarations: Please do this the way Chuck suggests: ``` qd_timer_t *timer; int count; ``` This is the convention used

[jira] [Created] (QPID-8446) [JMS AMQP 0-x] Add ability to notify mesaging application about the result of every connectivity attempt

2020-05-27 Thread Alex Rudyy (Jira)
Alex Rudyy created QPID-8446: Summary: [JMS AMQP 0-x] Add ability to notify mesaging application about the result of every connectivity attempt Key: QPID-8446 URL: https://issues.apache.org/jira/browse/QPID-8446

[GitHub] [qpid-dispatch] ted-ross commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ted-ross commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-635039909 On Wed, May 27, 2020 at 10:53 AM Chuck Rolke wrote: > *@ChugR* commented on this pull request. > -- > > In src/connection.h

[jira] [Commented] (DISPATCH-1646) Unable to delete listener with http enabled

2020-05-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118040#comment-17118040 ] ASF GitHub Bot commented on DISPATCH-1646: -- ChugR commented on a change in pull request #748:

[GitHub] [qpid-dispatch] ChugR commented on a change in pull request #748: DISPATCH-1646 - Additional fix. Set USE_LIBWEBSOCKETS only if require…

2020-05-27 Thread GitBox
ChugR commented on a change in pull request #748: URL: https://github.com/apache/qpid-dispatch/pull/748#discussion_r431247067 ## File path: CMakeLists.txt ## @@ -61,8 +61,6 @@ message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version \"${Proton_VERS ## Optional

[jira] [Commented] (DISPATCH-1661) system_tests_edge_router fails with ASAN leak

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118056#comment-17118056 ] Jiri Daněk commented on DISPATCH-1661: -- Also, for the difference between direct and indirect

[jira] [Commented] (DISPATCH-1661) system_tests_edge_router fails with ASAN leak

2020-05-27 Thread Nicolas (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118045#comment-17118045 ] Nicolas commented on DISPATCH-1661: --- Some for understanding the error:

[GitHub] [qpid-dispatch] ganeshmurthy commented on pull request #744: For review - Server code clean up

2020-05-27 Thread GitBox
ganeshmurthy commented on pull request #744: URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-634852795 > @ganeshmurthy, would you give this another try? I was missing libwebsockets before. I think the includes are fixed now. This looks good now. No compile errors.

[jira] [Created] (PROTON-2229) pn_data_t initialization lead to low performance

2020-05-27 Thread wanfa deng (Jira)
wanfa deng created PROTON-2229: -- Summary: pn_data_t initialization lead to low performance Key: PROTON-2229 URL: https://issues.apache.org/jira/browse/PROTON-2229 Project: Qpid Proton Issue