OpenSearch/server
Tim Brooks e8b70273c1
Remove Throwable usage from transport modules (#30845)
Currently nio and netty modules use the CompletableFuture class for
managing listeners. This is unfortunate as that class accepts
Throwable. This commit adds a class CompletableContext that wraps
the CompletableFuture but does not accept Throwable. This allows the
modification of netty and nio logic to no longer handle Throwable.
2018-05-24 17:33:29 -06:00
..
cli Add useful message when no input from terminal (#29369) 2018-04-10 21:50:39 -04:00
licenses Upgrade to Lucene-7.4.0-snapshot-cc2ee23050 (#30778) 2018-05-22 13:11:48 -04:00
src Remove Throwable usage from transport modules (#30845) 2018-05-24 17:33:29 -06:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00