OpenSearch/x-pack/plugin/security
Jason Tedor 26d8ecfe07
Fix unsafe publication in opt-out query cache (#40957)
This opt-out query cache has an unsafe publication issue, where the
cache is exposed to another thread (namely the cluster state update
thread) before the constructor has finished execution. This exposes the
opt-out query cache to concurrency bugs. This commit addresses this by
ensuring that the opt-out query cache is not registered as a listener
for license state changes until after the constructor has returned.
2019-04-08 16:11:20 -04:00
..
cli Upgrade the bouncycastle dependency to 1.61 (#40017) 2019-03-14 08:54:47 -04:00
forbidden Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
licenses Update apache httpclient to version 4.5.8 (#40875) 2019-04-05 13:48:10 -06:00
qa Add test for HTTP and Transport TLS on basic license (#40932) 2019-04-08 13:23:12 +10:00
src Fix unsafe publication in opt-out query cache (#40957) 2019-04-08 16:11:20 -04:00
build.gradle Avoid sharing source directories as it breaks intellij (#40877) 2019-04-08 17:26:46 +03:00