OpenSearch/modules
Tim Brooks ee7eac8dc1
`MockTcpTransport` to connect asynchronously (#28203)
The method `initiateChannel` on `TcpTransport` is explicit in that
channels can be connect asynchronously. All production implementations
do connect asynchronously. Only the blocking `MockTcpTransport`
connects in a synchronous manner. This avoids testing some of the
blocking code in `TcpTransport` that waits on connections to complete.
Additionally, it requires a more extensive method signature than
required for other transports.

This commit modifies the `MockTcpTransport` to make these connections
asynchronously on a different thread. Additionally, it simplifies that
`initiateChannel` method signature.
2018-01-15 10:20:30 -07:00
..
aggs-matrix-stats Implement byte array reusage in `NioTransport` (#27696) 2017-12-08 10:39:30 -07:00
analysis-common Allow TrimFilter to be used in custom normalizers (#27758) 2017-12-18 14:27:03 +00:00
ingest-common Enable convert processor to support Long and Double. (#27957) 2018-01-03 11:27:55 +01:00
lang-expression upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
lang-mustache Added msearch api to high level client 2017-12-05 10:17:47 +01:00
lang-painless Painless: Add public member read/write access test. (#28156) 2018-01-09 15:06:51 -08:00
mapper-extras Upgrade beats templates that we use for bwc testing. (#27929) 2017-12-21 08:50:14 +01:00
parent-join Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
percolator test: ensure we endup with a single segment 2018-01-10 15:14:26 +01:00
rank-eval [Test] Fix scores for dcg in RankEvalRequestIT and RankEvalYamlIT 2018-01-03 17:24:10 +01:00
reindex Add ability to associate an ID with tasks (#27764) 2018-01-12 15:34:17 -05:00
repository-url Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
transport-netty4 `MockTcpTransport` to connect asynchronously (#28203) 2018-01-15 10:20:30 -07:00
tribe Remove Settings#getAsMap() (#26845) 2017-10-04 01:21:38 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00