elasticsearch/modules/repository-url
Armin Braun 52e7b926a9
Make Large Bulk Snapshot Deletes more Memory Efficient (#72788)
Use an iterator instead of a list when passing around what to delete.
In the case of very large deletes the iterator is a much smaller than
the actual list of files to delete (since we save all the prefixes
which adds up if the individual shard folders contain lots of deletes).
Also this commit as a side-effect adjusts a few spots in logging where the
log messages could be catastrophic in size when trace logging is activated.
2021-05-10 13:40:57 +02:00
..
licenses Add support for range reads and retries to URL repositories (#69521) 2021-03-08 13:14:12 +01:00
src Make Large Bulk Snapshot Deletes more Memory Efficient (#72788) 2021-05-10 13:40:57 +02:00
build.gradle Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00