Skip to content

File Descriptor leak  #3705

@jt-bmc

Description

@jt-bmc

In what version(s) of Spring Integration are you seeing this issue?

5..5.7

Describe the bug

In TcpNioConnection.java, when writing big buffers, (more than 280 KB) a Selector is open and never closed (Lines 640 to 653)

To Reproduce

Writer buffers bigger then 280 KB

Expected behavior

Call selector.close() at the end of the while loop (Line 653)

Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.
TcpNioConnection.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions