SeaweedFS 2.12 released, distributed file system

SeaweedFS is a simple and highly scalable distributed file system with two main goals: storing billions of files and fast response.

Currently, SeaweedFS 2.12 has been released, and the update content of this version is as follows:

  • S3
    • Deprecated "filer.options.buckets_fsync" in filer.toml. Use fs.configure to configure specific path options for bucket specific options.
    • When there is an error in the response, avoid using nil. #1622
  • Filer
    • fs.configure Added configurable volume growth.
  • Hadoop Compatible File System 1.5.6
    • Add replication parameterfs.seaweed.replication
    • Fix ordering in FileSystem.close()
    • An independent benchmark test of HDFS showed comparable results with faster read speeds.
  • Volume
    • Fix volume.balancewrong volume placement  #1626

Update instructions: https://github.com/chrislusf/seaweedfs/releases/tag/2.12

Guess you like

Origin www.oschina.net/news/121448/seaweedfs-2-12-released