OpenSearch/x-pack/plugin
Nhat Nguyen f63cbad629
Ensure CCR partial reads never overuse buffer (#58620)
When the documents are large, a follower can receive a partial response 
because the requesting range of operations is capped by
max_read_request_size instead of max_read_request_operation_count. In
this case, the follower will continue reading the subsequent ranges
without checking the remaining size of the buffer. The buffer then can
use more memory than max_write_buffer_size and even causes OOM.

Backport of #58620
2020-07-01 13:23:28 -04:00
..
analytics Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
async [7.x] EQL: Adds an ability to execute an asynchronous EQL search (#58192) 2020-06-25 14:11:57 -04:00
async-search Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
autoscaling Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
ccr Ensure CCR partial reads never overuse buffer (#58620) 2020-07-01 13:23:28 -04:00
core [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
deprecation Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
enrich Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
eql EQL: Add case handling to stringContains (#58762) (#58813) 2020-07-01 13:51:45 +03:00
frozen-indices MappedFieldType should not extend FieldType (#58160) 2020-06-16 16:56:43 +01:00
graph Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
identity-provider Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
ilm [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
logstash Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
mapper-constant-keyword Field capabilities - make `keyword` a family of field types (#58315) (#58483) 2020-06-24 12:32:14 +01:00
mapper-flattened Move MappedFieldType#getSearchAnalyzer and #getSearchQuoteAnalyzer to TextSearchInfo (#58830) 2020-07-01 14:52:14 +01:00
ml [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
monitoring Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
ql EQL: Add Head/Tail pipe support (#58536) 2020-06-27 09:49:14 +03:00
rollup Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
search-business-rules Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
searchable-snapshots Fix AbstractSearchableSnapshotsRestTestCase.testClearCache (#58847) 2020-07-01 18:01:00 +02:00
security [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
spatial Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
sql Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
src/test Muting flakey test (#58855) (#58856) 2020-07-01 11:54:43 -04:00
stack [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
transform Split license allowed checks into two types (#58704) (#58797) 2020-07-01 07:11:05 -07:00
vectors Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
voting-only-node Introduce node.roles setting (#58512) 2020-06-25 14:14:51 -04:00
watcher [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
wildcard Move MappedFieldType#getSearchAnalyzer and #getSearchQuoteAnalyzer to TextSearchInfo (#58830) 2020-07-01 14:52:14 +01:00
build.gradle Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00