[jira] [Updated] (DISPATCH-1686) system_tests_policy_oversize_compound fails with new ASAN leak

2020-06-09 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1686: Description: {noformat} 26:

[jira] [Created] (DISPATCH-1686) system_tests_policy_oversize_compound fails with new ASAN leak

2020-06-09 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-1686: --- Summary: system_tests_policy_oversize_compound fails with new ASAN leak Key: DISPATCH-1686 URL: https://issues.apache.org/jira/browse/DISPATCH-1686 Project:

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

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129799#comment-17129799 ] ASF GitHub Bot commented on DISPATCH-1675: -- ganeshmurthy opened a new pull request #759: URL:

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #759: DISPATCH-1675 - Delay sender creation until reply receiver is created

2020-06-09 Thread GitBox
ganeshmurthy opened a new pull request #759: URL: https://github.com/apache/qpid-dispatch/pull/759 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
kgiusti commented on a change in pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#discussion_r437621702 ## File path: include/qpid/dispatch/ctools.h ## @@ -217,4 +218,41 @@ do {\ #define MIN(a,b) (((a)<(b))?(a):(b))

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129673#comment-17129673 ] ASF GitHub Bot commented on DISPATCH-1685: -- kgiusti commented on pull request #757: URL:

[GitHub] [qpid-dispatch] kgiusti commented on pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
kgiusti commented on pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#issuecomment-641482542 In general, malloc et. al. will fail (return null) in the case where the process hits RLIMIT_AS/DATA. I believe it can also happen when running in a container that has a

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129674#comment-17129674 ] ASF GitHub Bot commented on DISPATCH-1685: -- kgiusti commented on a change in pull request

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129666#comment-17129666 ] ASF GitHub Bot commented on DISPATCH-1685: -- kgiusti commented on a change in pull request

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
kgiusti commented on a change in pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#discussion_r437615900 ## File path: include/qpid/dispatch/ctools.h ## @@ -217,4 +218,41 @@ do {\ #define MIN(a,b) (((a)<(b))?(a):(b))

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129636#comment-17129636 ] ASF GitHub Bot commented on DISPATCH-1685: -- jiridanek commented on a change in pull request

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
jiridanek commented on a change in pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#discussion_r437588135 ## File path: include/qpid/dispatch/ctools.h ## @@ -217,4 +218,41 @@ do {\ #define MIN(a,b)

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
jiridanek commented on a change in pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#discussion_r437586665 ## File path: include/qpid/dispatch/ctools.h ## @@ -217,4 +218,41 @@ do {\ #define MIN(a,b)

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129635#comment-17129635 ] ASF GitHub Bot commented on DISPATCH-1685: -- jiridanek commented on a change in pull request

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129634#comment-17129634 ] ASF GitHub Bot commented on DISPATCH-1685: -- jiridanek commented on a change in pull request

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
jiridanek commented on a change in pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#discussion_r437586665 ## File path: include/qpid/dispatch/ctools.h ## @@ -217,4 +218,41 @@ do {\ #define MIN(a,b)

[jira] [Assigned] (DISPATCH-1677) test_48_connection_uptime_last_dlv failing in system_tests_one_router

2020-06-09 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-1677: --- Assignee: Ganesh Murthy > test_48_connection_uptime_last_dlv failing in

[jira] [Commented] (DISPATCH-1677) test_48_connection_uptime_last_dlv failing in system_tests_one_router

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129607#comment-17129607 ] ASF GitHub Bot commented on DISPATCH-1677: -- ganeshmurthy opened a new pull request #758: URL:

[GitHub] [qpid-dispatch] kgiusti commented on pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
kgiusti commented on pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#issuecomment-641409980 > Should the existing code be modified to use these new functions or is that another commit ? I'm not planning any further commits at present. I just wanted to

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129603#comment-17129603 ] ASF GitHub Bot commented on DISPATCH-1685: -- kgiusti commented on pull request #757: URL:

[GitHub] [qpid-dispatch] kgiusti commented on pull request #755: Dispatch 1682: Augment parse tree lookup with a hash table

2020-06-09 Thread GitBox
kgiusti commented on pull request #755: URL: https://github.com/apache/qpid-dispatch/pull/755#issuecomment-641405559 **Memory Impact** At 40K configured addresses the memory footprint as given via qdstat -m: **master (pre patch)** VmSizePooled 464 MiB 66.7 MiB

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #758: DISPATCH-1677 - Waited till the connections and the links are created…

2020-06-09 Thread GitBox
ganeshmurthy opened a new pull request #758: URL: https://github.com/apache/qpid-dispatch/pull/758 … before calling UptimeLastDlvChecker This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (PROTON-335) Need a means of specifying and reading link properties

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129588#comment-17129588 ] ASF GitHub Bot commented on PROTON-335: --- kgiusti opened a new pull request #260: URL:

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #755: Dispatch 1682: Augment parse tree lookup with a hash table

2020-06-09 Thread GitBox
kgiusti commented on a change in pull request #755: URL: https://github.com/apache/qpid-dispatch/pull/755#discussion_r437458359 ## File path: include/qpid/dispatch/iterator.h ## @@ -329,6 +329,11 @@ int qd_iterator_ncopy(qd_iterator_t *iter, unsigned char* buffer, int n);

[GitHub] [qpid-proton] kgiusti opened a new pull request #260: PROTON-335: Add access to link attach properties (C and Python)

2020-06-09 Thread GitBox
kgiusti opened a new pull request #260: URL: https://github.com/apache/qpid-proton/pull/260 pn_link_properties() pn_link_remote_properties() This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (PROTON-335) Need a means of specifying and reading link properties

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129580#comment-17129580 ] ASF GitHub Bot commented on PROTON-335: --- codecov-commenter edited a comment on pull request #260:

[GitHub] [qpid-proton] codecov-commenter edited a comment on pull request #260: PROTON-335: Add access to link attach properties (C and Python)

2020-06-09 Thread GitBox
codecov-commenter edited a comment on pull request #260: URL: https://github.com/apache/qpid-proton/pull/260#issuecomment-640902944 # [Codecov](https://codecov.io/gh/apache/qpid-proton/pull/260?src=pr=h1) Report > Merging

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

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

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
kgiusti opened a new pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (PROTON-2220) Add tests for recently fixed leaks in Python binding

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129558#comment-17129558 ] ASF GitHub Bot commented on PROTON-2220: jiridanek merged pull request #259: URL:

[GitHub] [qpid-proton] jiridanek merged pull request #259: PROTON-2220: smarter accounting for file descriptors in tests

2020-06-09 Thread GitBox
jiridanek merged pull request #259: URL: https://github.com/apache/qpid-proton/pull/259 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

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #755: Dispatch 1682: Augment parse tree lookup with a hash table

2020-06-09 Thread GitBox
kgiusti opened a new pull request #755: URL: https://github.com/apache/qpid-dispatch/pull/755 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [qpid-dispatch] codecov-commenter edited a comment on pull request #751: Adaptor-plugin refactoring for multi-protocol data plane

2020-06-09 Thread GitBox
codecov-commenter edited a comment on pull request #751: URL: https://github.com/apache/qpid-dispatch/pull/751#issuecomment-637657906 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/751?src=pr=h1) Report > Merging

[GitHub] [qpid-proton] codecov-commenter commented on pull request #260: PROTON-335: Add access to link attach properties (C and Python)

2020-06-09 Thread GitBox
codecov-commenter commented on pull request #260: URL: https://github.com/apache/qpid-proton/pull/260#issuecomment-640902944 # [Codecov](https://codecov.io/gh/apache/qpid-proton/pull/260?src=pr=h1) Report > Merging [#260](https://codecov.io/gh/apache/qpid-proton/pull/260?src=pr=desc)

[GitHub] [qpid-dispatch] ganeshmurthy commented on pull request #757: DISPATCH-1685: add heap allocation API that aborts on failure

2020-06-09 Thread GitBox
ganeshmurthy commented on pull request #757: URL: https://github.com/apache/qpid-dispatch/pull/757#issuecomment-641348023 Should the existing code be modified to use these new functions or is that another commit ? This is

[jira] [Commented] (PROTON-335) Need a means of specifying and reading link properties

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129453#comment-17129453 ] ASF GitHub Bot commented on PROTON-335: --- codecov-commenter commented on pull request #260: URL:

[jira] [Commented] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129455#comment-17129455 ] ASF GitHub Bot commented on DISPATCH-1685: -- ganeshmurthy commented on pull request #757: URL:

[GitHub] [qpid-dispatch] ChugR opened a new pull request #756: Dispatch 1684 wip - fallback dest test time out

2020-06-09 Thread GitBox
ChugR opened a new pull request #756: URL: https://github.com/apache/qpid-dispatch/pull/756 DISPATCH-1684: fallback dest test improvement reveals router bug. Work In Progress - do not merge This is an automated message

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #755: Dispatch 1682: Augment parse tree lookup with a hash table

2020-06-09 Thread GitBox
ted-ross commented on a change in pull request #755: URL: https://github.com/apache/qpid-dispatch/pull/755#discussion_r436977613 ## File path: include/qpid/dispatch/iterator.h ## @@ -329,6 +329,11 @@ int qd_iterator_ncopy(qd_iterator_t *iter, unsigned char* buffer, int n);

[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #755: Dispatch 1682: Augment parse tree lookup with a hash table

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

[jira] [Commented] (PROTON-2220) Add tests for recently fixed leaks in Python binding

2020-06-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129269#comment-17129269 ] ASF subversion and git services commented on PROTON-2220: - Commit

[jira] [Created] (DISPATCH-1685) Provide heap memory allocation wrappers that call abort() on failure to allocate

2020-06-09 Thread Ken Giusti (Jira)
Ken Giusti created DISPATCH-1685: Summary: Provide heap memory allocation wrappers that call abort() on failure to allocate Key: DISPATCH-1685 URL: https://issues.apache.org/jira/browse/DISPATCH-1685

[jira] [Updated] (PROTON-335) Need a means of specifying and reading link properties

2020-06-09 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/PROTON-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated PROTON-335: -- Fix Version/s: proton-c-0.32.0 > Need a means of specifying and reading link properties >

[jira] [Commented] (PROTON-335) Need a means of specifying and reading link properties

2020-06-09 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/PROTON-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17129207#comment-17129207 ] Ken Giusti commented on PROTON-335: --- https://github.com/apache/qpid-proton/pull/260 > Need a means of

[ANNOUNCE] Apache Qpid JMS 0.52.0 released

2020-06-09 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid JMS 0.52.0. This is the latest release of our newer JMS client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around the

[jira] [Assigned] (PROTON-1800) BlockingConnection descriptor leak

2020-06-09 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk reassigned PROTON-1800: -- Assignee: (was: Jiri Daněk) > BlockingConnection descriptor leak >