OpenSearch/libs
Martijn van Groningen 63b169b600
Upgrade joni from 2.1.6 to 2.1.29 (#47570)
Backport of #47374

Changed the Grok class to use searchInterruptible(...) instead of search(...)
otherwise we can't interrupt long running matching via the thread watch
dog.

Joni now also provides another way to interrupt long running matches.
By invoking the interrupt() method on the Matcher. We need then to refactor
the watch thread dog to keep track of Matchers instead of Threads, but
it is a better way of doing this, since interrupting would be more direct
(not every 30k iterations) and efficient (checking a volatile field).
This work needs to be done in a follow up.
2019-10-04 12:54:49 -05:00
..
cli CLI tools: write errors to stderr instead of stdout (#45586) 2019-08-21 14:46:07 -04:00
core Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
dissect Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
geo Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
grok Upgrade joni from 2.1.6 to 2.1.29 (#47570) 2019-10-04 12:54:49 -05:00
nio Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
plugin-classloader [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
secure-sm Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ssl-config Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
x-content Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
build.gradle Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00