[jira] [Commented] (PROTON-2593) [protonj2] Add additional tests for split frame decoding

2022-08-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583852#comment-17583852 ] ASF subversion and git services commented on PROTON-2593: - Commit

[jira] [Updated] (PROTON-2593) [protonj2] Add additional tests for split frame decoding

2022-08-23 Thread Timothy A. Bish (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy A. Bish updated PROTON-2593: Fix Version/s: protonj2-1.0.0-M9 > [protonj2] Add additional tests for split frame

[jira] [Created] (PROTON-2593) [protonj2] Add additional tests for split frame decoding

2022-08-23 Thread Timothy A. Bish (Jira)
Timothy A. Bish created PROTON-2593: --- Summary: [protonj2] Add additional tests for split frame decoding Key: PROTON-2593 URL: https://issues.apache.org/jira/browse/PROTON-2593 Project: Qpid Proton

[jira] [Commented] (PROTON-2347) Reactor leaks file handles when an IO Exception is encountered

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583838#comment-17583838 ] ASF GitHub Bot commented on PROTON-2347: BenD10 commented on PR #43: URL:

[GitHub] [qpid-proton-j] BenD10 commented on pull request #43: PROTON-2347 Prevent leak when IOException is encountered

2022-08-23 Thread GitBox
BenD10 commented on PR #43: URL: https://github.com/apache/qpid-proton-j/pull/43#issuecomment-1224830720 Hi @gemmellr, I'm hopeful you can take a look at this whenever you have a chance. Thanks in advance! -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (PROTON-2347) Reactor leaks file handles when an IO Exception is encountered

2022-08-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583822#comment-17583822 ] ASF GitHub Bot commented on PROTON-2347: BenD10 opened a new pull request, #43: URL:

[GitHub] [qpid-proton-j] BenD10 opened a new pull request, #43: PROTON-2347 Prevent leak when IOException is encountered

2022-08-23 Thread GitBox
BenD10 opened a new pull request, #43: URL: https://github.com/apache/qpid-proton-j/pull/43 https://issues.apache.org/jira/browse/PROTON-2347 When an IOException is thrown, the SocketChannel was not properly cleaned up which caused a file descriptor leak. To confirm the fix,