OpenSearch/x-pack/plugin
David Roberts 3928c624a3 [ML] Close sample stream in post_data endpoint (#43235)
A static code analysis revealed that we are not closing
the input stream in the post_data endpoint.  This
actually makes no difference in practice, as the
particular InputStream implementation in this case is
org.elasticsearch.common.bytes.BytesReferenceStreamInput
and its close() method is a no-op. However, it is good
practice to close the stream anyway.
2019-06-14 17:54:54 +01:00
..
ccr Testclusters: convert ccr tests (#42313) 2019-06-13 19:19:36 +03:00
core [7.x] Report timing stats as part of the Job stats response (#42709) (#43193) 2019-06-14 09:03:14 +02:00
data-frame [ML][Data Frame] have sum map to a double to prevent overflows (#43213) (#43219) 2019-06-14 10:43:36 -05:00
deprecation Fix hang in test for "too many fields" dep. check (#42909) 2019-06-06 08:28:32 -06:00
graph Testclusters: graph (#43033) 2019-06-13 09:50:59 +03:00
ilm Convert ILM tests to use testclusters (#43076) 2019-06-13 12:24:48 +03:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
ml [ML] Close sample stream in post_data endpoint (#43235) 2019-06-14 17:54:54 +01:00
monitoring [7.x] Report timing stats as part of the Job stats response (#42709) (#43193) 2019-06-14 09:03:14 +02:00
rollup Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
security Enable node roles to be pluggable (#43175) 2019-06-13 15:15:48 -04:00
sql SQL: Increase hard limit for sorting on aggregates (#43220) 2019-06-14 13:51:38 +02:00
src/test [7.x] Report timing stats as part of the Job stats response (#42709) (#43193) 2019-06-14 09:03:14 +02:00
watcher Enable node roles to be pluggable (#43175) 2019-06-13 15:15:48 -04:00
build.gradle [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00