Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This causes each HTTP monitoring poll to leak one FD and each connection from an external client to HTTP Source to leak an FD when closed. Each metrics poll causes lsof to show an FD that looks like this:
java 3317 root 173u sock 0,5 31374 can't identify protocol
This is because of a half-closed socket, whose close is incomplete. JETTY-597 might be relevant.
Attachments
Attachments
Issue Links
- links to