OpenSearch/plugins
Jason Tedor 3343ceeae4 Do not catch throwable
Today throughout the codebase, catch throwable is used with reckless
abandon. This is dangerous because the throwable could be a fatal
virtual machine error resulting from an internal error in the JVM, or an
out of memory error or a stack overflow error that leaves the virtual
machine in an unstable and unpredictable state. This commit removes
catch throwable from the codebase and removes the temptation to use it
by modifying listener APIs to receive instances of Exception instead of
the top-level Throwable.

Relates #19231
2016-07-04 08:41:06 -04:00
..
analysis-icu Do not catch throwable 2016-07-04 08:41:06 -04:00
analysis-kuromoji Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-phonetic Fix order of modifiers 2016-07-01 16:57:14 +02:00
analysis-smartcn Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-stempel Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
discovery-azure-classic Internal: Remove generics from LifecycleComponent 2016-07-01 16:17:42 -07:00
discovery-ec2 Internal: Remove generics from LifecycleComponent 2016-07-01 16:17:42 -07:00
discovery-gce Do not catch throwable 2016-07-04 08:41:06 -04:00
ingest-attachment Do not catch throwable 2016-07-04 08:41:06 -04:00
ingest-geoip Fix order of modifiers 2016-07-01 16:57:14 +02:00
ingest-useragent Fix Factory test 2016-07-01 16:53:17 +02:00
jvm-example Do not catch throwable 2016-07-04 08:41:06 -04:00
lang-javascript Do not catch throwable 2016-07-04 08:41:06 -04:00
lang-python Do not catch throwable 2016-07-04 08:41:06 -04:00
mapper-attachments Do not catch throwable 2016-07-04 08:41:06 -04:00
mapper-murmur3 Plugins: Remove guice from Mapper plugins 2016-06-21 22:50:39 -07:00
mapper-size Restore reverted change now that alpha4 is out: 2016-07-04 10:39:49 +02:00
repository-azure Merge pull request #19225 from rjernst/we_dont_need_generics 2016-07-01 16:25:34 -07:00
repository-gcs Remove settings filtering for service_account in GCS repository 2016-06-24 10:58:29 +02:00
repository-hdfs Fix order of modifiers 2016-07-01 16:57:14 +02:00
repository-s3 Do not catch throwable 2016-07-04 08:41:06 -04:00
store-smb Fix order of modifiers 2016-07-01 16:57:14 +02:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00