v1.1.4
juicedata/juicefsv1.1.4Sep 2, 2024by SandyXSD
AI Summary
Patch release fixing garbage collection, quota updates, and Hadoop compatibility.
Key Highlights
- Fixed GC deleting objects by mistake in large systems
- Fixed hardlink quota updates in the same directory
- Fixed quota updates on unlink/rename opened files
- Fixed Hadoop libjfs singleton
Full Release Notes
This is the fourth patch release for JuiceFS v1.1. It has 5 commits from 4 contributors, thanks to @zhijian-pro @SandyXSD @jiefenghuang @tangyoupeng ! # Bugfix - cmd/gc: fix the issue that objects may be deleted by mistake in large systems (#5068) - meta: fix the issue that hardlink's quota update in the same directory may be incorrect (#5069) - meta: fix the issue that quota may be updated twice when unlink/rename opened files (#5043) - chunk: fix file matching regular expressions for staging blocks (#5083) - hadoop: fix libjfs singleton (#5003)