[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816529#comment-15816529 ] ASF GitHub Bot commented on PROTON-1312: Github user ssorj commented on a diff in

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816527#comment-15816527 ] ASF GitHub Bot commented on PROTON-1312: Github user ssorj commented on a diff in

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95481951 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2581,6 +2581,9 @@ def close(self): """ self._update_cond() pn_connec

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95481898 --- Diff: proton-c/bindings/python/proton/utils.py --- @@ -132,10 +132,12 @@ def __init__(self, connection, receiver, fetcher, credit=1): r

[jira] [Resolved] (PROTON-1386) disable the PHP binding build by default

2017-01-10 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-1386. - Resolution: Fixed > disable the PHP binding build by default > --

[jira] [Commented] (PROTON-1386) disable the PHP binding build by default

2017-01-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816274#comment-15816274 ] ASF subversion and git services commented on PROTON-1386: - Commit

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816223#comment-15816223 ] ASF GitHub Bot commented on PROTON-1312: Github user astitcher commented on a dif

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread astitcher
Github user astitcher commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95459311 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2581,6 +2581,9 @@ def close(self): """ self._update_cond() pn_co

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816088#comment-15816088 ] ASF GitHub Bot commented on PROTON-1312: Github user cliffjansen commented on a d

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816087#comment-15816087 ] ASF GitHub Bot commented on PROTON-1312: Github user cliffjansen commented on a d

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread cliffjansen
Github user cliffjansen commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95450719 --- Diff: proton-c/bindings/python/proton/utils.py --- @@ -132,10 +132,12 @@ def __init__(self, connection, receiver, fetcher, credit=1):

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread cliffjansen
Github user cliffjansen commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95450710 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2581,6 +2581,9 @@ def close(self): """ self._update_cond() pn_

[jira] [Created] (DISPATCH-606) Default session window is too small, causing performance bottlenecks

2017-01-10 Thread Ted Ross (JIRA)
Ted Ross created DISPATCH-606: - Summary: Default session window is too small, causing performance bottlenecks Key: DISPATCH-606 URL: https://issues.apache.org/jira/browse/DISPATCH-606 Project: Qpid Dispat

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815763#comment-15815763 ] ASF GitHub Bot commented on PROTON-1312: Github user ssorj commented on a diff in

[jira] [Commented] (PROTON-1312) BlockingConnection leaks Proton-C memory

2017-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815762#comment-15815762 ] ASF GitHub Bot commented on PROTON-1312: Github user ssorj commented on a diff in

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95426588 --- Diff: proton-c/bindings/python/proton/utils.py --- @@ -132,10 +132,12 @@ def __init__(self, connection, receiver, fetcher, credit=1): r

[GitHub] qpid-proton pull request #93: PROTON-1312: fix memory leak on BlockingConnec...

2017-01-10 Thread ssorj
Github user ssorj commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/93#discussion_r95426083 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2581,6 +2581,9 @@ def close(self): """ self._update_cond() pn_connec

[jira] [Created] (PROTON-1386) disable the PHP binding build by default

2017-01-10 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-1386: -- Summary: disable the PHP binding build by default Key: PROTON-1386 URL: https://issues.apache.org/jira/browse/PROTON-1386 Project: Qpid Proton Issue Type

[jira] [Resolved] (PROTON-1362) [proton-j] remove Messenger

2017-01-10 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved PROTON-1362. Resolution: Fixed > [proton-j] remove Messenger > --- > >

[jira] [Comment Edited] (PROTON-1385) make proton-j independently releasable

2017-01-10 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815574#comment-15815574 ] Robbie Gemmell edited comment on PROTON-1385 at 1/10/17 5:23 PM: --

[jira] [Commented] (PROTON-1385) make proton-j independently releasable

2017-01-10 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815574#comment-15815574 ] Robbie Gemmell commented on PROTON-1385: The bot didn't record this commit (proba

[jira] [Commented] (PROTON-1362) [proton-j] remove Messenger

2017-01-10 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815562#comment-15815562 ] Robbie Gemmell commented on PROTON-1362: The bot didn't record this commit (proba

[jira] [Updated] (QPID-7617) Install of Ruby components adds extra 'local' into install path

2017-01-10 Thread Kim van der Riet (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet updated QPID-7617: --- Summary: Install of Ruby components adds extra 'local' into install path (was: Ruby install ad

[jira] [Created] (QPID-7617) Ruby install adds extra 'local' into install path

2017-01-10 Thread Kim van der Riet (JIRA)
Kim van der Riet created QPID-7617: -- Summary: Ruby install adds extra 'local' into install path Key: QPID-7617 URL: https://issues.apache.org/jira/browse/QPID-7617 Project: Qpid Issue Type:

[jira] [Created] (QPID-7616) VirtualHostNode name is not expanded before creating thread

2017-01-10 Thread James Howe (JIRA)
James Howe created QPID-7616: Summary: VirtualHostNode name is not expanded before creating thread Key: QPID-7616 URL: https://issues.apache.org/jira/browse/QPID-7616 Project: Qpid Issue Type: B

[jira] [Updated] (QPID-7616) VirtualHostNode name is not expanded before creating thread

2017-01-10 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated QPID-7616: - Description: This results in, for example, a thread named {{VirtualHostNode-$\{qpid.vhost\}-Config}}. Other

[jira] [Created] (QPID-7615) Cannot set number of selectors equal to pool size

2017-01-10 Thread James Howe (JIRA)
James Howe created QPID-7615: Summary: Cannot set number of selectors equal to pool size Key: QPID-7615 URL: https://issues.apache.org/jira/browse/QPID-7615 Project: Qpid Issue Type: Bug

[jira] [Created] (QPID-7614) VirtualHost does not automatically scale the number of selectors

2017-01-10 Thread James Howe (JIRA)
James Howe created QPID-7614: Summary: VirtualHost does not automatically scale the number of selectors Key: QPID-7614 URL: https://issues.apache.org/jira/browse/QPID-7614 Project: Qpid Issue Ty

[jira] [Created] (QPID-7613) Port configuration has incorrect error message

2017-01-10 Thread James Howe (JIRA)
James Howe created QPID-7613: Summary: Port configuration has incorrect error message Key: QPID-7613 URL: https://issues.apache.org/jira/browse/QPID-7613 Project: Qpid Issue Type: Bug C

[jira] [Commented] (QPID-7612) [Java Broker] Where there is only one possibly type for a configured object, do not require it to be provided

2017-01-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814465#comment-15814465 ] ASF subversion and git services commented on QPID-7612: --- Commit 17780