[jira] [Commented] (PROTON-2158) Add 'Automatic-Module-Name' to MANIFEST.MF to support Java 9+ modules

2020-03-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068110#comment-17068110 ] ASF GitHub Bot commented on PROTON-2158: conniey commented on issue #37: PROTON-

[GitHub] [qpid-proton-j] conniey commented on issue #37: PROTON-2158 Adding automatic module name entry.

2020-03-26 Thread GitBox
conniey commented on issue #37: PROTON-2158 Adding automatic module name entry. URL: https://github.com/apache/qpid-proton-j/pull/37#issuecomment-604723979 > For future, please add the JIRA key reference to the PR title and commit log as that way the JIRA Thanks for letting me know.

[jira] [Created] (PROTON-2187) Python client leak on early Connection.close

2020-03-26 Thread Clifford Jansen (Jira)
Clifford Jansen created PROTON-2187: --- Summary: Python client leak on early Connection.close Key: PROTON-2187 URL: https://issues.apache.org/jira/browse/PROTON-2187 Project: Qpid Proton Issu

[GitHub] [qpid-proton] d98762625 opened a new pull request #232: WIP: update incorrect variable lengths in proton generator code

2020-03-26 Thread GitBox
d98762625 opened a new pull request #232: WIP: update incorrect variable lengths in proton generator code URL: https://github.com/apache/qpid-proton/pull/232 Some of the mappings from C types to Go types were incorrect. This fixes those mappings and updates the generated wrapper. Al

[GitHub] [qpid-proton-j] gemmellr commented on issue #37: Adding automatic module name entry.

2020-03-26 Thread GitBox
gemmellr commented on issue #37: Adding automatic module name entry. URL: https://github.com/apache/qpid-proton-j/pull/37#issuecomment-604578237 For future, please add the JIRA key reference to the PR title and commit log as that way the JIRA gets updated when PRs are opened, commented on,

[jira] [Reopened] (QPID-8430) [qpid-cpp] Excessive memory use when rerouting messages

2020-03-26 Thread Kim van der Riet (Jira)
[ https://issues.apache.org/jira/browse/QPID-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet reopened QPID-8430: If a message contains a non-empty-string trace (key "x-qpid.trace"), this fix does not prevent

[GitHub] [qpid-proton] astitcher commented on issue #231: WIP: Fix memory leak in go message unmarshal

2020-03-26 Thread GitBox
astitcher commented on issue #231: WIP: Fix memory leak in go message unmarshal URL: https://github.com/apache/qpid-proton/pull/231#issuecomment-604530501 This fix looks good to me @alanconway what do you think? This is an aut

[GitHub] [qpid-proton] d98762625 opened a new pull request #231: WIP: Fix memory leak in go message unmarshal

2020-03-26 Thread GitBox
d98762625 opened a new pull request #231: WIP: Fix memory leak in go message unmarshal URL: https://github.com/apache/qpid-proton/pull/231 When using this library in an application to receive messages from QPID, we found our containers were getting OOM killed in kubernetes. This fi