mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
The close-listeners are never completed exceptionally today so they do not need the exception mangling of a `ListenableFuture`. The connect- and remove-listeners sometimes see an exception if the connection attempt fails, but they also do not need any exception-mangling. This commit removes the exception-mangling by replacing these `ListenableFuture` instances with `SubscribableListener` ones. |
||
---|---|---|
.. | ||
forbidden | ||
licenses | ||
src | ||
build.gradle |