elasticsearch/server
Simon Chase ee716f11b9
transport: edit TransportConnectionListener for close exceptions (#129015)
The TransportConnectionListener interface has previously included the
Transport.Connection being closed and unregistered in its onNodeDisconnected
callback. This is not in use, and can be removed as it is also available in the
onConnectionClosed callback. It is being replaced with a Nullable exception that
caused the close. This is being used in pending work (ES-11448) to differentiate
network issues from node restarts.

Closes ES-12007
2025-06-05 15:20:08 -07:00
..
licenses Remove JNA from server dependencies (#110809) 2024-07-16 11:28:58 +03:00
src transport: edit TransportConnectionListener for close exceptions (#129015) 2025-06-05 15:20:08 -07:00
build.gradle Generate a test dependencies file to support unit tests in entitlements (#127486) 2025-05-21 16:21:28 -07:00