[jira] [Created] (PROTON-2819) Fuzzer build failure, Python 3.9 could not be located in CMake

2024-04-22 Thread Jira
Jiri Daněk created PROTON-2819: -- Summary: Fuzzer build failure, Python 3.9 could not be located in CMake Key: PROTON-2819 URL: https://issues.apache.org/jira/browse/PROTON-2819 Project: Qpid Proton

[jira] [Commented] (PROTON-2818) Move epoll proctor connection logic to a task thread

2024-04-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839869#comment-17839869 ] ASF GitHub Bot commented on PROTON-2818: astitcher commented on code in PR #427:

Re: [PR] PROTON-2818: Move epoll proctor connection logic to a task thread. [qpid-proton]

2024-04-22 Thread via GitHub
astitcher commented on code in PR #427: URL: https://github.com/apache/qpid-proton/pull/427#discussion_r1575402282 ## c/src/proactor/epoll_raw_connection.c: ## @@ -413,6 +422,19 @@ pn_event_batch_t *pni_raw_connection_process(task_t *t, uint32_t io_events, bool } if (

[jira] [Commented] (PROTON-2818) Move epoll proctor connection logic to a task thread

2024-04-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839863#comment-17839863 ] ASF GitHub Bot commented on PROTON-2818: astitcher commented on code in PR #427:

Re: [PR] PROTON-2818: Move epoll proctor connection logic to a task thread. [qpid-proton]

2024-04-22 Thread via GitHub
astitcher commented on code in PR #427: URL: https://github.com/apache/qpid-proton/pull/427#discussion_r1575387644 ## c/src/proactor/epoll.c: ## @@ -1139,6 +1141,21 @@ static pn_event_batch_t *pconnection_process(pconnection_t *pc, uint32_t events, } if (sched_ready) sche

[jira] [Commented] (PROTON-2818) Move epoll proctor connection logic to a task thread

2024-04-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839721#comment-17839721 ] ASF GitHub Bot commented on PROTON-2818: cliffjansen opened a new pull request,

[PR] PROTON-2818: Move epoll proctor connection logic to a task thread. [qpid-proton]

2024-04-22 Thread via GitHub
cliffjansen opened a new pull request, #427: URL: https://github.com/apache/qpid-proton/pull/427 This patch moves connection logic that can possibly block from the calling thread to the first actual scheduling of the task itself. It otherwise makes no change to the existing logic. Includi

[jira] [Created] (PROTON-2818) Move epoll proctor connection logic to a task thread

2024-04-22 Thread Clifford Jansen (Jira)
Clifford Jansen created PROTON-2818: --- Summary: Move epoll proctor connection logic to a task thread Key: PROTON-2818 URL: https://issues.apache.org/jira/browse/PROTON-2818 Project: Qpid Proton