[jira] [Commented] (QPID-8489) Connection thread looping

2020-12-11 Thread Daniil Kirilyuk (Jira)
[ https://issues.apache.org/jira/browse/QPID-8489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247929#comment-17247929 ] Daniil Kirilyuk commented on QPID-8489: --- [~orudyy], Applied patch seems to break th

[GitHub] [qpid-dispatch] kgiusti commented on pull request #942: Dispatch 1744

2020-12-11 Thread GitBox
kgiusti commented on pull request #942: URL: https://github.com/apache/qpid-dispatch/pull/942#issuecomment-743227756 Failures in test_03_bad_response_msg and test_005_get_10 indicate this patch is insufficient. This is an au

[GitHub] [qpid-proton] asfgit closed pull request #279: PROTON-1914: multiframe tranfer settled early by receiver

2020-12-11 Thread GitBox
asfgit closed pull request #279: URL: https://github.com/apache/qpid-proton/pull/279 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 go to

[jira] [Commented] (PROTON-1914) [c] receiver cannot settle an incomplete incoming message

2020-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248117#comment-17248117 ] ASF GitHub Bot commented on PROTON-1914: asfgit closed pull request #279: URL: h

[jira] [Commented] (PROTON-1914) [c] receiver cannot settle an incomplete incoming message

2020-12-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248116#comment-17248116 ] ASF subversion and git services commented on PROTON-1914: - Commi

[jira] [Commented] (PROTON-1914) [c] receiver cannot settle an incomplete incoming message

2020-12-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248115#comment-17248115 ] ASF subversion and git services commented on PROTON-1914: - Commi

[jira] [Commented] (DISPATCH-1871) Just to check , do we have any commands to send data from Qpid Dispatch server to AMQ. like in Artemis we can use producer and consumer commands to send data that is

2020-12-11 Thread Charles E. Rolke (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248120#comment-17248120 ] Charles E. Rolke commented on DISPATCH-1871: If you want to use qpid-dispa

[jira] [Created] (DISPATCH-1879) system_tests_http2 failing with ASAN use after free error and memory leak

2020-12-11 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-1879: --- Summary: system_tests_http2 failing with ASAN use after free error and memory leak Key: DISPATCH-1879 URL: https://issues.apache.org/jira/browse/DISPATCH-1879 P

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #943: DISPATCH-1879: Fixed use after free issue with logger trying to acces…

2020-12-11 Thread GitBox
ganeshmurthy opened a new pull request #943: URL: https://github.com/apache/qpid-dispatch/pull/943 …s freed memory. Also fixed nghttp2 session memory leak This is an automated message from the Apache Git Service. To respond t

[jira] [Commented] (DISPATCH-1879) system_tests_http2 failing with ASAN use after free error and memory leak

2020-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248131#comment-17248131 ] ASF GitHub Bot commented on DISPATCH-1879: -- ganeshmurthy opened a new pull re

[jira] [Created] (DISPATCH-1880) HTTP1: fails to propagate PN_REJECTED due to race

2020-12-11 Thread Ken Giusti (Jira)
Ken Giusti created DISPATCH-1880: Summary: HTTP1: fails to propagate PN_REJECTED due to race Key: DISPATCH-1880 URL: https://issues.apache.org/jira/browse/DISPATCH-1880 Project: Qpid Dispatch

[GitHub] [qpid-dispatch] fgiorgetti closed pull request #933: DISPATCH-1870 - gRPC system test

2020-12-11 Thread GitBox
fgiorgetti closed pull request #933: URL: https://github.com/apache/qpid-dispatch/pull/933 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] fgiorgetti commented on pull request #933: DISPATCH-1870 - gRPC system test

2020-12-11 Thread GitBox
fgiorgetti commented on pull request #933: URL: https://github.com/apache/qpid-dispatch/pull/933#issuecomment-743483553 Closing in favor of new one based on master branch. This is an automated message from the Apache Git Serv

[jira] [Commented] (DISPATCH-1870) Add new system test to validate gRPC through HTTP2 adaptors

2020-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248252#comment-17248252 ] ASF GitHub Bot commented on DISPATCH-1870: -- fgiorgetti closed pull request #9

[jira] [Commented] (DISPATCH-1870) Add new system test to validate gRPC through HTTP2 adaptors

2020-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248253#comment-17248253 ] ASF GitHub Bot commented on DISPATCH-1870: -- fgiorgetti commented on pull requ

[GitHub] [qpid-dispatch] fgiorgetti opened a new pull request #944: DISPATCH-1870 - gRPC system test

2020-12-11 Thread GitBox
fgiorgetti opened a new pull request #944: URL: https://github.com/apache/qpid-dispatch/pull/944 * Introduces a sample gRPC service (friendship.proto) * Validates unary, client stream, server stream and bilateral stream Th

[jira] [Commented] (DISPATCH-1870) Add new system test to validate gRPC through HTTP2 adaptors

2020-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248255#comment-17248255 ] ASF GitHub Bot commented on DISPATCH-1870: -- fgiorgetti opened a new pull requ