v1.3.0-beta
Pre-release
Pre-release
ilixiaocui
released this
28 Jun 03:23
·
23 commits
to release1.3
since this release
new features
- Support discard to garbage collection.
- QoS of client.
- QoS of SnapshotCloneServer.
- Recover file in recycleBin.
-
- Fill chunks in chunkfile pool with 0 in the background.
- Silent data CRC verification in the background.
- Periodic automatic cleaning of recyclebin.
optimization
- Optimize optimize build script, optimize log printing.
- Translate some document and code comment from Chinese to English.
- Mark a online chunkserver to pendding status to migrate it's data.
- Clean up the remaining copyset after remove peer.
- Nbd auto map at reboot.
- ansible script improve:
- Improve bool type var and some issues.
- Improve daemon restart.
- Incorporate some scripts in debain package and ansible template.
bug fix
- Fix recyclebin space statistics error bug.
- Fix a metric bug when not use walpool.
- Fix a nbd map concurrently bug.
- Fix discard and flatten concurrency issues.
- Fix max chunk id calculation error when use chunkfile poo as wal pool.
- Fix client retry when allocate segment failed as cluster space is pool.
- Add protection for unmap operation when io is not stopped.
- Fix a segment fault when client read from clone source.