[jira] [Commented] (DISPATCH-1372) alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875238#comment-16875238 ] ASF GitHub Bot commented on DISPATCH-1372: -- franz1981 commented on issue #525: DISPATCH-1372

[GitHub] [qpid-dispatch] franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread GitBox
franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack URL: https://github.com/apache/qpid-dispatch/pull/525#issuecomment-506878556 @kgiusti Do you know if it was the version with the first or the last commit? The second

[jira] [Commented] (DISPATCH-1372) alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875237#comment-16875237 ] ASF GitHub Bot commented on DISPATCH-1372: -- franz1981 commented on issue #525: DISPATCH-1372

[GitHub] [qpid-dispatch] franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread GitBox
franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack URL: https://github.com/apache/qpid-dispatch/pull/525#issuecomment-506878556 @kgiusti Do you know if it was the version with the first or the last commit? The second

[jira] [Commented] (DISPATCH-1372) alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875233#comment-16875233 ] ASF GitHub Bot commented on DISPATCH-1372: -- franz1981 commented on issue #525: DISPATCH-1372

[GitHub] [qpid-dispatch] franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread GitBox
franz1981 edited a comment on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack URL: https://github.com/apache/qpid-dispatch/pull/525#issuecomment-506878556 @kgiusti Do you know if it was the version with the first or the last commit? The second

[jira] [Commented] (DISPATCH-1372) alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875232#comment-16875232 ] ASF GitHub Bot commented on DISPATCH-1372: -- franz1981 commented on issue #525: DISPATCH-1372

[GitHub] [qpid-dispatch] franz1981 commented on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack

2019-06-28 Thread GitBox
franz1981 commented on issue #525: DISPATCH-1372 alloc_pool intrusive linked list can be replaced by a linked stack URL: https://github.com/apache/qpid-dispatch/pull/525#issuecomment-506878556 @kgiusti Do you know if it was the version with the first or the last commit? The second commit

[jira] [Commented] (DISPATCH-1378) missing lock of connection's links_with_work list

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875225#comment-16875225 ] ASF GitHub Bot commented on DISPATCH-1378: -- kgiusti commented on pull request #529:

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #529: DISPATCH-1378: lock the links_with_work list when processing flow

2019-06-28 Thread GitBox
kgiusti opened a new pull request #529: DISPATCH-1378: lock the links_with_work list when processing flow URL: https://github.com/apache/qpid-dispatch/pull/529 This is an automated message from the Apache Git Service. To

[jira] [Assigned] (DISPATCH-1378) missing lock of connection's links_with_work list

2019-06-28 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned DISPATCH-1378: Assignee: Ken Giusti > missing lock of connection's links_with_work list >

[jira] [Created] (DISPATCH-1378) missing lock of connection's links_with_work list

2019-06-28 Thread Ken Giusti (JIRA)
Ken Giusti created DISPATCH-1378: Summary: missing lock of connection's links_with_work list Key: DISPATCH-1378 URL: https://issues.apache.org/jira/browse/DISPATCH-1378 Project: Qpid Dispatch

[jira] [Commented] (DISPATCH-1377) system_tests_topology_disposition failing on machine with python3 only

2019-06-28 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875080#comment-16875080 ] Chuck Rolke commented on DISPATCH-1377: --- The failing system has 'python3' but it does not have

[jira] [Updated] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPIDJMS-464: --- Description: When a receive with timeout call is made using zero prefetch, the client

[jira] [Commented] (QPIDJMS-458) Potential race condition in JmsConnection.destroyResource

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875073#comment-16875073 ] Robbie Gemmell commented on QPIDJMS-458: I raised QPIDJMS-464 and made changes against it, since

[jira] [Updated] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPIDJMS-464: --- Issue Type: Bug (was: Task) > zero prefetch receive can hang if timeout reached whilst

[jira] [Resolved] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved QPIDJMS-464. Resolution: Fixed > zero prefetch receive can hang if timeout reached whilst message is

[jira] [Assigned] (DISPATCH-1377) system_tests_topology_disposition failing on machine with python3 only

2019-06-28 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-1377: --- Assignee: Chuck Rolke > system_tests_topology_disposition failing on machine

[jira] [Created] (DISPATCH-1377) system_tests_topology_disposition failing on machine with python3 only

2019-06-28 Thread Ganesh Murthy (JIRA)
Ganesh Murthy created DISPATCH-1377: --- Summary: system_tests_topology_disposition failing on machine with python3 only Key: DISPATCH-1377 URL: https://issues.apache.org/jira/browse/DISPATCH-1377

[jira] [Closed] (QPIDJMS-400) qpid-jms-client OSGI metadata should use resolution:="optional" for io.netty.channel.epoll and io.netty.channel.kqueue

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell closed QPIDJMS-400. -- Resolution: Fixed Included as part of QPIDJMS-462 > qpid-jms-client OSGI metadata should use

[jira] [Commented] (QPIDJMS-400) qpid-jms-client OSGI metadata should use resolution:="optional" for io.netty.channel.epoll and io.netty.channel.kqueue

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875036#comment-16875036 ] ASF GitHub Bot commented on QPIDJMS-400: Alex-Vol-SV commented on issue #20: Issue QPIDJMS-400:

[GitHub] [qpid-jms] Alex-Vol-SV commented on issue #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr…

2019-06-28 Thread GitBox
Alex-Vol-SV commented on issue #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr… URL: https://github.com/apache/qpid-jms/pull/20#issuecomment-506795013 Thank you @gemmellr for including this fix.

[jira] [Commented] (QPIDJMS-400) qpid-jms-client OSGI metadata should use resolution:="optional" for io.netty.channel.epoll and io.netty.channel.kqueue

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875029#comment-16875029 ] ASF GitHub Bot commented on QPIDJMS-400: gemmellr commented on issue #20: Issue QPIDJMS-400: Add

[jira] [Resolved] (QPIDJMS-462) isolate native transport class usage, allow excluding related dependencies.

2019-06-28 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved QPIDJMS-462. Resolution: Fixed > isolate native transport class usage, allow excluding related

[GitHub] [qpid-jms] gemmellr commented on issue #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr…

2019-06-28 Thread GitBox
gemmellr commented on issue #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr… URL: https://github.com/apache/qpid-jms/pull/20#issuecomment-506792486 I incorporated this into other changes made in https://issues.apache.org/jira/browse/QPIDJMS-462

[jira] [Commented] (QPIDJMS-400) qpid-jms-client OSGI metadata should use resolution:="optional" for io.netty.channel.epoll and io.netty.channel.kqueue

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875024#comment-16875024 ] ASF GitHub Bot commented on QPIDJMS-400: asfgit commented on pull request #20: Issue

[jira] [Commented] (QPIDJMS-462) isolate native transport class usage, allow excluding related dependencies.

2019-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16875023#comment-16875023 ] ASF subversion and git services commented on QPIDJMS-462: - Commit

[GitHub] [qpid-jms] asfgit closed pull request #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr…

2019-06-28 Thread GitBox
asfgit closed pull request #20: Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native tr… URL: https://github.com/apache/qpid-jms/pull/20 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874979#comment-16874979 ] ASF subversion and git services commented on QPIDJMS-464: - Commit

[jira] [Closed] (PROTON-2047) [cpp] Multithreaded examples for el6

2019-06-28 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross closed PROTON-2047. --- Resolution: Won't Do Fix Version/s: (was: proton-c-0.29.0) > [cpp] Multithreaded

[jira] [Commented] (PROTON-2047) [cpp] Multithreaded examples for el6

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874902#comment-16874902 ] ASF GitHub Bot commented on PROTON-2047: ssorj commented on issue #183: PROTON-2047:

[jira] [Commented] (PROTON-2047) [cpp] Multithreaded examples for el6

2019-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874903#comment-16874903 ] ASF GitHub Bot commented on PROTON-2047: ssorj commented on pull request #183: PROTON-2047:

[GitHub] [qpid-proton] ssorj commented on issue #183: PROTON-2047: Multithreaded examples for C++0x

2019-06-28 Thread GitBox
ssorj commented on issue #183: PROTON-2047: Multithreaded examples for C++0x URL: https://github.com/apache/qpid-proton/pull/183#issuecomment-506722575 I moved these examples to a different location, outside of the Proton source tree:

[GitHub] [qpid-proton] ssorj closed pull request #183: PROTON-2047: Multithreaded examples for C++0x

2019-06-28 Thread GitBox
ssorj closed pull request #183: PROTON-2047: Multithreaded examples for C++0x URL: https://github.com/apache/qpid-proton/pull/183 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874872#comment-16874872 ] ASF subversion and git services commented on QPIDJMS-464: - Commit

[jira] [Created] (QPIDJMS-464) zero prefetch receive can hang if timeout reached whilst message is partially transferred

2019-06-28 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created QPIDJMS-464: -- Summary: zero prefetch receive can hang if timeout reached whilst message is partially transferred Key: QPIDJMS-464 URL: https://issues.apache.org/jira/browse/QPIDJMS-464

[jira] [Updated] (QPID-8328) [Broker-J][AMQP 1.0] Sending subsequent attach for already active link on the same session results in session end with internal error

2019-06-28 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8328: - Affects Version/s: qpid-java-broker-7.1.3 > [Broker-J][AMQP 1.0] Sending subsequent attach for already

[jira] [Updated] (QPID-8328) [Broker-J][AMQP 1.0] Sending subsequent attach for already active link on the same session results in session end with internal error

2019-06-28 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8328: - Fix Version/s: (was: qpid-java-broker-7.1.3) > [Broker-J][AMQP 1.0] Sending subsequent attach for

[jira] [Assigned] (QPID-8323) [Broker-J] NullPointerException when using temporary queues

2019-06-28 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy reassigned QPID-8323: Assignee: Alex Rudyy > [Broker-J] NullPointerException when using temporary queues >

[jira] [Updated] (QPID-8323) [Broker-J] NullPointerException when using temporary queues

2019-06-28 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8323: - Status: Reviewable (was: In Progress) > [Broker-J] NullPointerException when using temporary queues >