27c9f39bf5
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 |
||
---|---|---|
buildSrc | ||
elasticsearch | ||
vagrant | ||
LICENSE.txt | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |