[GitHub] [qpid-dispatch] ganeshmurthy commented on pull request #1179: Dispatch 2049

2021-04-29 Thread GitBox
ganeshmurthy commented on pull request #1179: URL: https://github.com/apache/qpid-dispatch/pull/1179#issuecomment-829593702 DO NOT MERGE. THIS IS JUST A TEST. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #1179: Dispatch 2049

2021-04-29 Thread GitBox
ganeshmurthy opened a new pull request #1179: URL: https://github.com/apache/qpid-dispatch/pull/1179 -- 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 the specific comment. For queries about

[jira] [Commented] (DISPATCH-2091) TCP adaptor does not close listener connection when RX window is full

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335798#comment-17335798 ] ASF GitHub Bot commented on DISPATCH-2091: -- kgiusti opened a new pull request #1178: URL:

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #1178: DISPATCH-2091: disable TCP backpressure when delivery is settled

2021-04-29 Thread GitBox
kgiusti opened a new pull request #1178: URL: https://github.com/apache/qpid-dispatch/pull/1178 -- 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 the specific comment. For queries about this

[jira] [Resolved] (DISPATCH-2088) SEGV in qd_buffer_dec_fanout

2021-04-29 Thread Charles E. Rolke (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles E. Rolke resolved DISPATCH-2088. Resolution: Fixed Fixed at commit 18bce61e   > SEGV in qd_buffer_dec_fanout >

[jira] [Commented] (DISPATCH-2088) SEGV in qd_buffer_dec_fanout

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335779#comment-17335779 ] ASF GitHub Bot commented on DISPATCH-2088: -- asfgit closed pull request #1174: URL:

[GitHub] [qpid-dispatch] asfgit closed pull request #1174: DISPATCH-2088: Free message_stream_data objects on connection thread

2021-04-29 Thread GitBox
asfgit closed pull request #1174: URL: https://github.com/apache/qpid-dispatch/pull/1174 -- 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 the specific comment. For queries about this service,

[jira] [Commented] (DISPATCH-2088) SEGV in qd_buffer_dec_fanout

2021-04-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335778#comment-17335778 ] ASF subversion and git services commented on DISPATCH-2088: --- Commit

[jira] [Commented] (DISPATCH-2091) TCP adaptor does not close listener connection when RX window is full

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335772#comment-17335772 ] ASF GitHub Bot commented on DISPATCH-2091: -- ChugR opened a new pull request #1177: URL:

[GitHub] [qpid-dispatch] ChugR opened a new pull request #1177: DISPATCH-2091: Ignore RX window when raw connection is write_closed

2021-04-29 Thread GitBox
ChugR opened a new pull request #1177: URL: https://github.com/apache/qpid-dispatch/pull/1177 If the adaptor receives an EOS then it calls pn_raw_write_close. This sends a FIN to the raw connection peer. If the adaptor then continues to honor the RX window closure then it never

[jira] [Reopened] (DISPATCH-2088) SEGV in qd_buffer_dec_fanout

2021-04-29 Thread Charles E. Rolke (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles E. Rolke reopened DISPATCH-2088: > SEGV in qd_buffer_dec_fanout > > >

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335710#comment-17335710 ] ASF GitHub Bot commented on DISPATCH-2046: -- codecov-commenter commented on pull request

[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
codecov-commenter commented on pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#issuecomment-829448935 #

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335682#comment-17335682 ] ASF GitHub Bot commented on DISPATCH-2046: -- kgiusti commented on a change in pull request

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
kgiusti commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623201753 ## File path: src/server.c ## @@ -1644,25 +1657,31 @@ void qd_listener_decref(qd_listener_t* li) qd_connector_t *qd_server_connector(qd_server_t

[jira] [Closed] (DISPATCH-2088) SEGV in qd_buffer_dec_fanout

2021-04-29 Thread michael goulish (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael goulish closed DISPATCH-2088. - Resolution: Fixed Fixed by Chuck's PR:

[jira] [Updated] (DISPATCH-2018) Improper handling of link refusal when destination peer for link-routing goes away

2021-04-29 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-2018: Fix Version/s: (was: 1.16.0) 1.17.0 > Improper handling of link

[jira] [Updated] (DISPATCH-2041) TSan data race reported from qd_connection_free in system_tests_edge_router

2021-04-29 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-2041: Fix Version/s: (was: 1.16.0) 1.17.0 > TSan data race reported

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335552#comment-17335552 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623130386 ## File path: src/connection_manager.c ## @@ -790,6 +790,8 @@ qd_error_t qd_entity_refresh_connector(qd_entity_t* entity, void *impl)

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335541#comment-17335541 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623117544 ## File path: src/alloc_pool.c ## @@ -90,7 +90,7 @@ DEQ_DECLARE(qd_alloc_type_t, qd_alloc_type_list_t); #if QD_MEMORY_STATS static const

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335537#comment-17335537 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623113540 ## File path: src/server.c ## @@ -1155,56 +1156,55 @@ static qd_failover_item_t *qd_connector_get_conn_info(qd_connector_t *ct) { /*

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335521#comment-17335521 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623093115 ## File path: src/server.c ## @@ -1644,25 +1657,31 @@ void qd_listener_decref(qd_listener_t* li) qd_connector_t

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335519#comment-17335519 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623091408 ## File path: src/connection_manager.c ## @@ -859,16 +861,23 @@ qd_error_t qd_entity_refresh_connector(qd_entity_t* entity, void *impl)

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
ganeshmurthy commented on a change in pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176#discussion_r623086323 ## File path: src/server.c ## @@ -1644,25 +1657,31 @@ void qd_listener_decref(qd_listener_t* li) qd_connector_t

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335515#comment-17335515 ] ASF GitHub Bot commented on DISPATCH-2046: -- ganeshmurthy commented on a change in pull

[jira] [Commented] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335502#comment-17335502 ] ASF GitHub Bot commented on DISPATCH-2046: -- kgiusti opened a new pull request #1176: URL:

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #1176: DISPATCH-2046: prevent crash when accessing connector pointer

2021-04-29 Thread GitBox
kgiusti opened a new pull request #1176: URL: https://github.com/apache/qpid-dispatch/pull/1176 DISPATCH-1679: fix qd_connector_t leak DISPATCH-1917: fix race when accessing connector->conn_msg buffer -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Assigned] (DISPATCH-2046) Panic in handle due to deleted connector.

2021-04-29 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned DISPATCH-2046: Assignee: Ken Giusti > Panic in handle due to deleted connector. >

[jira] [Assigned] (DISPATCH-2049) system_tests_multi_phase fails in test_17_multiphase_3

2021-04-29 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-2049: --- Assignee: Ganesh Murthy > system_tests_multi_phase fails in test_17_multiphase_3

[jira] [Resolved] (DISPATCH-2055) AddressSanitizer: heap-use-after-free in write_log during system_tests_qdmanage

2021-04-29 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy resolved DISPATCH-2055. - Resolution: Fixed > AddressSanitizer: heap-use-after-free in write_log during >

[jira] [Commented] (DISPATCH-2055) AddressSanitizer: heap-use-after-free in write_log during system_tests_qdmanage

2021-04-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335489#comment-17335489 ] ASF subversion and git services commented on DISPATCH-2055: --- Commit

[jira] [Commented] (DISPATCH-2055) AddressSanitizer: heap-use-after-free in write_log during system_tests_qdmanage

2021-04-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335490#comment-17335490 ] ASF GitHub Bot commented on DISPATCH-2055: -- asfgit closed pull request #1146: URL:

[GitHub] [qpid-dispatch] asfgit closed pull request #1146: DISPATCH-2055: Eliminated log_lock and used the log_source_lock instead

2021-04-29 Thread GitBox
asfgit closed pull request #1146: URL: https://github.com/apache/qpid-dispatch/pull/1146 -- 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 the specific comment. For queries about this service,

[GitHub] [qpid-dispatch] jiridanek commented on pull request #1173: NO-JIRA Update clang to 12 in Travis CI

2021-04-29 Thread GitBox
jiridanek commented on pull request #1173: URL: https://github.com/apache/qpid-dispatch/pull/1173#issuecomment-829017575 ``` 0.45s$ sudo apt-get install -y clang-12 llvm-12-dev -o Debug::pkgProblemResolver=yes Reading package lists... Done Building dependency tree

[GitHub] [qpid-dispatch] jiridanek closed pull request #1173: NO-JIRA Update clang to 12 in Travis CI

2021-04-29 Thread GitBox
jiridanek closed pull request #1173: URL: https://github.com/apache/qpid-dispatch/pull/1173 -- 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 the specific comment. For queries about this