OpenSearch/x-pack/plugin/security
Tim Brooks 760ab726c2
Share netty event loops between transports (#56553)
Currently Elasticsearch creates independent event loop groups for each
transport (http and internal) transport type. This is unnecessary and
can lead to contention when different threads access shared resources
(ex: allocators). This commit moves to a model where, by default, the
event loops are shared between the transports. The previous behavior can
be attained by specifically setting the http worker count.
2020-05-11 15:43:43 -06:00
..
cli Fix certutil http for empty password with JDK 11 and lower (#55437) (#55565) 2020-04-22 15:03:10 +10:00
forbidden Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
licenses Upgrade feature aware check usage of ASM to 7.3.1 (#54577) 2020-04-18 10:49:57 -04:00
qa Resolve anonymous roles and deduplicate roles during authentication (#53453) (#55995) 2020-04-30 17:34:14 +10:00
src Share netty event loops between transports (#56553) 2020-05-11 15:43:43 -06:00
build.gradle Upgrade feature aware check usage of ASM to 7.3.1 (#54577) 2020-04-18 10:49:57 -04:00