OpenSearch/x-pack/plugin/sql
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
..
jdbc SQL: Introduce support for IP fields (#34758) 2018-10-24 22:03:11 +03:00
qa Upgrade jline to 3.8.2 (#35288) 2018-11-06 18:42:57 +02:00
sql-action Upgrade to lucene-8.0.0-snapshot-31d7dfe6b1 (#35224) 2018-11-06 11:55:23 +01:00
sql-cli Upgrade jline to 3.8.2 (#35288) 2018-11-06 18:42:57 +02:00
sql-client SQL: handle X-Pack or X-Pack SQL not being available in a more graceful way (#34736) 2018-10-25 12:14:49 +03:00
sql-proto SQL: Fix function args verification and error msgs (#34926) 2018-10-29 11:32:17 +01:00
src SQL: Improve CircuitBreaker logic for SqlParser (#35300) 2018-11-07 12:08:32 +01:00
build.gradle SQL: Move qa directory into sql directory (#34496) 2018-10-30 14:54:15 -04:00