Engine-based SSLSocket does not need AppData file descriptors
Open
bug
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
It looks like the `AppData` structure always allocates `fdsEmergency` even if it's not possible for them to be used. Eliminating the allocation of these file descriptors would be a nice clean up.
Currently it appears as though the OpenJDK JMH benchmarks can't be run on my workstation because `AppData` is allocating a ton of file descriptors too quickly. I could probably up the `ulimit` but that seems to be not addressing the underlying issue.
Contributor guide
Assessment
This issue has not been assessed yet.