Bfs Versions Save

The Baidu File System.

v0.6.0

7 years ago
  • Support transfer namespace snapshot under Master-slave HA strategy
  • Fix chunkserver counter bug
  • Support symbol link
  • Add C and Python interface

v0.5.1

7 years ago
  • Add chunkserver meta converter
  • Update block_id_up_bound in UpdateFileInfo
  • Some bugfix

v0.5.0

7 years ago
  • Chunkserver supports multi-disks load balance
  • Chunkserver supports close file in async mode
  • Add dockerfile
  • Some bugfix

v0.4.1

7 years ago
  • Support fan-out write
  • Support truncate and du in fuse
  • Add some unit-test
  • Some bug fix.

v0.4.0

7 years ago
  • Fix bug of checking lost block
  • Use bind closure and other characters of C++11
  • Add some unit-test

v0.3.4

7 years ago

The last C++03 version.

v0.3.3

7 years ago

v0.3.2

7 years ago

bug fixed in block writing

v0.3.1

7 years ago
  • Optimized safe-mode criteria
  • Optimized recover strategies
  • 优化安全模式时间
  • 自动检查recover状态,开启recover

v0.3.0

7 years ago
  • Implemented nameserver HA based on raft.
  • Optimized Nameserver performance to support 1000+ chunkserver nodes and up to 100,000,000 data blocks.
  • Optimized recover strategy to reduce chunkserver workload.
  • API refactor
  • 基于raft协议的集群nameserver
  • 优化了Nameserver性能,单个NameServer可以支持1000+机器,1亿+block管理
  • 优化了副本恢复逻辑,避免不必要的重试。
  • 重构了API,支持更多选项。