[jira] [Commented] (DISPATCH-1780) multicast support for http 1.1 adaptor

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250722#comment-17250722 ] ASF GitHub Bot commented on DISPATCH-1780: -- kgiusti commented on a change in

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #961: DISPATCH-1780: initial support for aggregated multicast

2020-12-16 Thread GitBox
kgiusti commented on a change in pull request #961: URL: https://github.com/apache/qpid-dispatch/pull/961#discussion_r544606515 ## File path: src/adaptors/http1/http1_codec.c ## @@ -181,6 +184,8 @@ struct h1_codec_connection_t { bool is_request; bool is_chunke

[jira] [Commented] (DISPATCH-1887) Add ability toverride host header in http connector

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250661#comment-17250661 ] ASF GitHub Bot commented on DISPATCH-1887: -- grs opened a new pull request #96

[GitHub] [qpid-dispatch] grs opened a new pull request #963: DISPATCH-1887: host override option

2020-12-16 Thread GitBox
grs opened a new pull request #963: URL: https://github.com/apache/qpid-dispatch/pull/963 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

[jira] [Created] (DISPATCH-1887) Add ability toverride host header in http connector

2020-12-16 Thread Gordon Sim (Jira)
Gordon Sim created DISPATCH-1887: Summary: Add ability toverride host header in http connector Key: DISPATCH-1887 URL: https://issues.apache.org/jira/browse/DISPATCH-1887 Project: Qpid Dispatch

[jira] [Commented] (DISPATCH-1854) Delivery id numbers could be added for better log message comprehension

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

[GitHub] [qpid-dispatch] ChugR opened a new pull request #962: DISPATCH-1854: Add delivery id to be printed in log prefix

2020-12-16 Thread GitBox
ChugR opened a new pull request #962: URL: https://github.com/apache/qpid-dispatch/pull/962 Delivery Id is similar to connection id and link id. It will be printed with log statements as a common prefix allowing for easier delivery tracking. Implementation notes: 1. Conne

[jira] [Commented] (DISPATCH-1780) multicast support for http 1.1 adaptor

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250559#comment-17250559 ] ASF GitHub Bot commented on DISPATCH-1780: -- grs opened a new pull request #96

[GitHub] [qpid-dispatch] grs opened a new pull request #961: DISPATCH-1780: initial support for aggregated multicast

2020-12-16 Thread GitBox
grs opened a new pull request #961: URL: https://github.com/apache/qpid-dispatch/pull/961 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

[jira] [Commented] (DISPATCH-1886) Review and fix races between connection activation and closure

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250512#comment-17250512 ] ASF GitHub Bot commented on DISPATCH-1886: -- ted-ross merged pull request #960

[jira] [Commented] (DISPATCH-1886) Review and fix races between connection activation and closure

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

[GitHub] [qpid-dispatch] ted-ross merged pull request #960: DISPATCH-1886 - Close race window on connection activate/close.

2020-12-16 Thread GitBox
ted-ross merged pull request #960: URL: https://github.com/apache/qpid-dispatch/pull/960 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 g

[jira] [Commented] (DISPATCH-1886) Review and fix races between connection activation and closure

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

[GitHub] [qpid-dispatch] ganeshmurthy commented on pull request #960: DISPATCH-1886 - Close race window on connection activate/close.

2020-12-16 Thread GitBox
ganeshmurthy commented on pull request #960: URL: https://github.com/apache/qpid-dispatch/pull/960#issuecomment-746578890 Just a quick note that the server->conn_activation_lock was introduced as a fix to https://issues.apache.org/jira/browse/DISPATCH-1417

[jira] [Commented] (DISPATCH-1886) Review and fix races between connection activation and closure

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

[GitHub] [qpid-dispatch] ganeshmurthy commented on pull request #960: DISPATCH-1886 - Close race window on connection activate/close.

2020-12-16 Thread GitBox
ganeshmurthy commented on pull request #960: URL: https://github.com/apache/qpid-dispatch/pull/960#issuecomment-746575563 This looks good to me. Every call to qd_server_activate(conn); must be protected by the server->conn_activation_lock. 1. The call to qd_server_activate in CORE_conne

[jira] [Commented] (DISPATCH-1886) Review and fix races between connection activation and closure

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250414#comment-17250414 ] ASF GitHub Bot commented on DISPATCH-1886: -- ted-ross opened a new pull reques

[GitHub] [qpid-dispatch] ted-ross opened a new pull request #960: DISPATCH-1886 - Close race window on connection activate/close.

2020-12-16 Thread GitBox
ted-ross opened a new pull request #960: URL: https://github.com/apache/qpid-dispatch/pull/960 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Resolved] (DISPATCH-1883) [Test] Travis Xenial AMD64 should have Python 'selectors' module

2020-12-16 Thread Charles E. Rolke (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles E. Rolke resolved DISPATCH-1883. Fix Version/s: 1.15.0 Resolution: Fixed Fixed at Commit e0fa62 Patch add

[jira] [Created] (DISPATCH-1886) Review and fix races between connection activation and closure

2020-12-16 Thread Ted Ross (Jira)
Ted Ross created DISPATCH-1886: -- Summary: Review and fix races between connection activation and closure Key: DISPATCH-1886 URL: https://issues.apache.org/jira/browse/DISPATCH-1886 Project: Qpid Dispatch

[jira] [Commented] (DISPATCH-1883) [Test] Travis Xenial AMD64 should have Python 'selectors' module

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

[jira] [Commented] (DISPATCH-1883) [Test] Travis Xenial AMD64 should have Python 'selectors' module

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

[GitHub] [qpid-dispatch] asfgit closed pull request #949: DISPATCH-1883: Install selectors to run tcp echo server/client tools

2020-12-16 Thread GitBox
asfgit closed pull request #949: URL: https://github.com/apache/qpid-dispatch/pull/949 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

[jira] [Resolved] (DISPATCH-1884) TCP Adaptor fails asan leak tests

2020-12-16 Thread Ted Ross (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved DISPATCH-1884. Resolution: Fixed > TCP Adaptor fails asan leak tests > - > >

[jira] [Commented] (DISPATCH-1883) [Test] Travis Xenial AMD64 should have Python 'selectors' module

2020-12-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250357#comment-17250357 ] ASF GitHub Bot commented on DISPATCH-1883: -- ChugR commented on a change in pu

[GitHub] [qpid-dispatch] ChugR commented on a change in pull request #949: DISPATCH-1883: Install selectors to run tcp echo server/client tools

2020-12-16 Thread GitBox
ChugR commented on a change in pull request #949: URL: https://github.com/apache/qpid-dispatch/pull/949#discussion_r544355560 ## File path: .travis.yml ## @@ -69,6 +69,8 @@ jobs: - python -m pip install --user --upgrade tox virtualenv==20.0.23 # Install quart to run t

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

2020-12-16 Thread Daniil Kirilyuk (Jira)
[ https://issues.apache.org/jira/browse/QPID-8489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250226#comment-17250226 ] Daniil Kirilyuk commented on QPID-8489: --- Hi [~orudyy], Thank you very much for the

[jira] [Updated] (PROTON-2307) Allow access to connection properties in cpp binding

2020-12-16 Thread Pete Fawcett (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Fawcett updated PROTON-2307: - Labels: enhancement (was: enhancement pull-request-available) > Allow access to connection prop