mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 01:48:45 +00:00
There was an N-squared algorithm in the state processing code, leading to large state persistence eventually timing out. Large state documents are read from the network in 8KB chunks, and the old code was checking ALL previously read chunks for separators every time a new chunk was read. Fixes elastic/elasticsearch#635 Original commit: elastic/x-pack-elasticsearch@c814858c2c
= Elasticsearch Prelert Plugin Behavioral Analytics for Elasticsearch