feature:
- checksum: use checksum to ensure file integrity.
- disk usage: use disk usage instead of chunk count as the measure of chunkserver load.
optimize:
- mmap: use mmap to speed up file reading and writing.
other:
- fix some bugs.
特性:
- 校验和机制:使用校验和确保文件完整性。
- 磁盘使用率:使用磁盘使用率替代chunk数量作为衡量chunkserver负载的标准。
优化:
- mmap:使用mmap提升文件读写速度。
其他:
- 修复了一些bug。