OpenSearch/modules
Tim Brooks 0b50a670a4
Remove transport name from tcp channel (#40074)
Currently, we maintain a transport name ("mock-nio", "nio", "netty")
that is passed to a `TcpTransportChannel` when a request is received.
The value of this name is to associate with the task when we register a
task with the task manager. However, it is only possible to run ES with
one transport, so having an implementation specific name is unnecessary.
This commit removes the name and replaces it with the generic
"transport".
2019-03-15 12:04:13 -06:00
..
aggs-matrix-stats Only create final MatrixStatsResults on final reduction (#39205) 2019-02-21 14:18:45 -05:00
analysis-common Remove `nGram` and `edgeNGram` token filter names (#39070) 2019-02-21 16:55:40 +01:00
ingest-common Execute ingest node pipeline before creating the index (#39607) (#39796) 2019-03-07 13:31:41 -06:00
ingest-geoip Bump jackson-databind version for ingest-geoip (#39182) 2019-02-20 11:40:31 -05:00
ingest-user-agent Make 7.x like 6.7 user agent ecs, but default to true (#38828) 2019-02-13 10:28:01 -06:00
lang-expression Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
lang-mustache Default include_type_name to false in the yml test harness. (#38058) 2019-02-01 11:44:13 -08:00
lang-painless Add Painless cast tests for long and Long (#40007) 2019-03-15 09:37:26 -07:00
mapper-extras Backport distance functions vectors (#39330) 2019-02-23 11:52:43 -05:00
parent-join Small simplifications to mapping validation. (#39777) 2019-03-08 12:34:09 -08:00
percolator Make the `type` parameter optional when percolating existing documents. (#39987) (#39989) 2019-03-13 15:04:41 +01:00
rank-eval Use only default type in rank_eval API (#38530) 2019-02-11 10:18:13 +01:00
reindex fix RethrottleTests retry (#38978) (#39131) 2019-02-19 11:10:39 -08:00
repository-url Blob store compression fix (#39073) 2019-02-20 09:24:41 +01:00
transport-netty4 Remove transport name from tcp channel (#40074) 2019-03-15 12:04:13 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00