OpenSearch/plugins
Tim Brooks 67e73b4df4
Combine accepting selector and socket selector (#31115)
This is related to #27260. This commit combines the AcceptingSelector
and SocketSelector classes into a single NioSelector. This change
allows the same selector to handle both server and socket channels. This
is valuable as we do not necessarily want a dedicated thread running for
accepting channels.

With this change, this commit removes the configuration for dedicated
accepting selectors for the normal transport class. The accepting
workload for new node connections is likely low, meaning that there is
no need to dedicate a thread to this process.
2018-06-06 11:59:54 -06:00
..
analysis-icu Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-kuromoji Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-nori Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-phonetic Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-smartcn Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-stempel Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
analysis-ukrainian Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
discovery-azure-classic Require JDK 9 for compilation (#28071) 2018-01-16 13:45:13 -05:00
discovery-ec2 Remove execute mode bit from source files 2018-03-26 13:37:55 +02:00
discovery-file Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
discovery-gce Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
examples Move score script context from SearchScript to its own class (#30816) 2018-05-25 07:17:50 +02:00
ingest-attachment Add ingest-attachment support for per document `indexed_chars` limit (#28977) 2018-03-14 19:07:20 +01:00
ingest-geoip Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
ingest-user-agent Use non deprecated xcontenthelper (#28503) 2018-02-05 16:18:18 -07:00
mapper-murmur3 Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
mapper-size Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
repository-azure Remove log traces in AzureStorageServiceImpl and fix test (#30924) 2018-05-29 16:50:37 +02:00
repository-gcs User proper write-once semantics for GCS repository (#30438) 2018-05-17 13:58:10 +02:00
repository-hdfs Remove extra checks from HdfsBlobContainer (#31126) 2018-06-06 16:38:37 +02:00
repository-s3 Do not check for S3 blob to exist before writing (#31128) 2018-06-06 16:38:06 +02:00
store-smb Validate top-level keys for create index request (#23755) (#23869) 2017-09-26 09:49:20 -07:00
transport-nio Combine accepting selector and socket selector (#31115) 2018-06-06 11:59:54 -06:00
build.gradle Reorganize license files 2018-04-20 15:33:59 -07:00