OpenSearch/server
Henning Andersen 66f0c8900f
Fix Transport Stopped Exception (#48930) (#49035)
When a node shuts down, `TransportService` moves to stopped state and
then closes connections. If a request is done in between, an exception
was thrown that was not retried in replication actions. Now throw a
wrapped `NodeClosedException` exception instead, which is correctly
handled in replication action. Fixed other usages too.

Relates #42612
2019-11-13 18:48:05 +01:00
..
licenses Upgrade to joda 2.10.4 (#47805) 2019-10-31 14:49:50 +01:00
src Fix Transport Stopped Exception (#48930) (#49035) 2019-11-13 18:48:05 +01:00
build.gradle Improve resiliency to auto-formatting in server (#48940) 2019-11-11 14:33:04 +00:00