v0.16.2

juicedata/juicefsv0.16.2Aug 25, 2021by davies

AI Summary

A patch release for v0.16 focused on fixing critical bugs and regressions including data corruption, infinite loops, and connection issues.

Key Highlights

  • Fixed infinite loop in LIST operations
  • Resolved data corruption in SQL and TiKV engines during compaction
  • Fixed regression in secured Redis connections
  • Corrected progress bar display and warmup issues

Full Release Notes

JuiceFS v0.16.2 is patched version for v0.16, is recommended to upgrade.

## Bugfix

* Retries LIST three times to avoid  infinite loop (#745).
* Fixed valid bytes of progress bar for `gc` command (#746).
* Fixed warmup with a long list of files (#752).
* Fixed supporting of secured Redis connection (regression in v0.16) (#758).
* Fixed data corruption in SQL and TiKV engine when some slices are skipped during compaction (#759).
* Fixed metrics for read bytes in Hadoop SDK (#761).