[jira] [Resolved] (PROTON-965) [proton-j] freed receiver link may cause a removal from the wrong collection in the session

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved PROTON-965. --- Resolution: Fixed [proton-j] freed receiver link may cause a removal from the wrong

Re: Empty frame

2015-07-29 Thread Gordon Sim
On 07/29/2015 02:39 PM, Tomáš Šoltys wrote: Does this mean that for example I will set timeout to 10 seconds and message processing in PN_TRANSFER will take 1 minute or more that connection will eventually timeout? Is my assumption correct? What you set as the idle timeout determines the rate

Re: Problem with Proton-j 0.9.1

2015-07-29 Thread Robbie Gemmell
Hi Alex, As mentioned previously off-list, the detach(closed=false) support in proton was largely tacked on after the fact so there may still be some issues there, but the only one I knew of that would play into what you saw was that not free'ing a link object might lead to the situation. I took

[jira] [Resolved] (PROTON-951) Make install fails when building Proton-C with python 3.4

2015-07-29 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-951. --- Resolution: Fixed Make install fails when building Proton-C with python 3.4

[jira] [Commented] (PROTON-951) Make install fails when building Proton-C with python 3.4

2015-07-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646994#comment-14646994 ] ASF subversion and git services commented on PROTON-951: Commit

[jira] [Commented] (PROTON-865) C++ reactor client binding

2015-07-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646945#comment-14646945 ] ASF subversion and git services commented on PROTON-865: Commit

[jira] [Created] (PROTON-964) Proton-J extensible event types

2015-07-29 Thread Bozo Dragojevic (JIRA)
Bozo Dragojevic created PROTON-964: -- Summary: Proton-J extensible event types Key: PROTON-964 URL: https://issues.apache.org/jira/browse/PROTON-964 Project: Qpid Proton Issue Type:

[jira] [Commented] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645871#comment-14645871 ] Robbie Gemmell commented on PROTON-961: --- I'm sure it probably doesnt change the

[jira] [Commented] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645887#comment-14645887 ] Robbie Gemmell commented on PROTON-961: --- Took long enough writing my reply / looking

[jira] [Updated] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated PROTON-961: -- Affects Version/s: 0.9.1 messenger doesn't handle multi-frame transfers

[jira] [Updated] (PROTON-962) heartbeat/empty frame trace has spurious newline

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated PROTON-962: -- Affects Version/s: (was: 0.11) 0.9.1 Fix Version/s: (was:

[jira] [Commented] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645998#comment-14645998 ] Ken Giusti commented on PROTON-961: --- Thanks for the analysis - I agree that Gordon's fix

Re: Empty frame

2015-07-29 Thread Tomáš Šoltys
Hi Gordon, Thanks a lot for help. Does this mean that for example I will set timeout to 10 seconds and message processing in PN_TRANSFER will take 1 minute or more that connection will eventually timeout? Is my assumption correct? Thanks and regards, Tomas 2015-07-28 13:09 GMT+02:00 Gordon Sim

[jira] [Commented] (PROTON-965) [proton-j] freed receiver link may cause a removal from the wrong collection in the session

2015-07-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646214#comment-14646214 ] ASF subversion and git services commented on PROTON-965: Commit

[jira] [Created] (PROTON-965) [proton-j] freed receiver link may cause a removal from the wrong collection in the session

2015-07-29 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-965: - Summary: [proton-j] freed receiver link may cause a removal from the wrong collection in the session Key: PROTON-965 URL: https://issues.apache.org/jira/browse/PROTON-965

[jira] [Commented] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646063#comment-14646063 ] Robbie Gemmell commented on PROTON-961: --- I don't think there would be a need for

[jira] [Comment Edited] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645871#comment-14645871 ] Robbie Gemmell edited comment on PROTON-961 at 7/29/15 1:49 PM:

[jira] [Comment Edited] (PROTON-961) messenger doesn't handle multi-frame transfers

2015-07-29 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645887#comment-14645887 ] Robbie Gemmell edited comment on PROTON-961 at 7/29/15 2:00 PM:

[jira] [Commented] (PROTON-964) Proton-J extensible event types

2015-07-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646008#comment-14646008 ] ASF GitHub Bot commented on PROTON-964: --- GitHub user boo opened a pull request:

[GitHub] qpid-proton pull request: PROTON-964: Proton-J extensible event ty...

2015-07-29 Thread bozzzzo
GitHub user boo opened a pull request: https://github.com/apache/qpid-proton/pull/48 PROTON-964: Proton-J extensible event types You can merge this pull request into a Git repository by running: $ git pull https://github.com/boo/qpid-proton proton-964 Alternatively