Skip to content

mountpoint-s3 v1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 15:02
· 16 commits to main since this release
2b01616

New features

  • Mountpoint now automatically adjusts its prefetcher read window size based on available system memory. This reduces the risk of Mountpoint potentially consuming all available system memory in cases where a large number of file handles are read from concurrently. (#1013)

Breaking changes

  • When configured to log to a directory, Mountpoint now includes a random string following the timestamp in the file name.
    Previously, multiple Mountpoint processes would write to the same log file causing log entries to be interleaved.
    (#1041)

Other changes

  • When updating the local disk cache, Mountpoint now writes to disk asynchronously, without blocking the read path. The change favours cold cache reads but may result in additional initial cache misses in highly concurrent workloads. (#1029)

Binaries

x86_64

arm64