OpenSearch/x-pack/plugin
Marios Trivyzas 42dcdd0aa8
SQL: Improve CircuitBreaker logic for SqlParser (#35300)
Grammar's identifiers can be completely skipped from counting depths
as they just add another level to the tree and they are always children
of some other expression which gets counted.

Increased maximum depth from 100 to 200. After testing on production
configuration with -Xss1m, depths of at least 250 can be used, so being
conservative we put the limit lower.

Fixes: #35299
2018-11-07 12:08:32 +01:00
..
ccr [CCR] Change resume follow api to be a master node action (#35249) 2018-11-07 07:38:44 +01:00
core Remove deprecated RealmConfig constructor (#35327) 2018-11-07 18:21:30 +11:00
deprecation Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
graph Build: Pull "skip assemble on qa" to common build (#35214) 2018-11-05 16:16:00 -05:00
ilm [ILM] change remove-policy-from-index http method from DELETE to POST (#35268) 2018-11-06 07:46:25 -08:00
logstash Core: Replace deprecated Loggers calls with LogManager. (#34691) 2018-10-29 15:52:30 -04:00
ml Build: Pull "skip assemble on qa" to common build (#35214) 2018-11-05 16:16:00 -05:00
monitoring [Elasticsearch Monitoring] Collect only display_name (for now) (#35265) 2018-11-05 16:27:05 -08:00
rollup Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
security Remove deprecated RealmConfig constructor (#35327) 2018-11-07 18:21:30 +11:00
sql SQL: Improve CircuitBreaker logic for SqlParser (#35300) 2018-11-07 12:08:32 +01:00
src/test [ILM] change remove-policy-from-index http method from DELETE to POST (#35268) 2018-11-06 07:46:25 -08:00
upgrade Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
watcher Watcher: Ignore system locale/timezone in croneval CLI tool (#33215) 2018-11-07 09:03:35 +01:00
build.gradle Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00