v1.3.1

QwenAudio/FunAudioLLM-APPv1.3.1Dec 2, 2025by jiefenghuang

AI Summary

This is the first patch release for JuiceFS v1.3, featuring 15 commits across 9 contributors to address various stability and performance issues.

Key Highlights

  • Added inode cache invalidation on file open for better performance.
  • Fixed stats overflow and EIO (Input/Output Error) issues in metadata and cache stages.
  • Fixed the `max-fuse-io` option to ensure it takes effect correctly.
  • Improved error handling in Hadoop SDK and Python SDK.

New Features

  • SDK Python now raises an exception when jfs_init returns 0.
  • Hadoop SDK now uses a daemon thread for the trash emptier.

Full Release Notes

This is the first patch release for JuiceFS v1.3. It has 15 commits from 9 contributors, thanks to @jiefenghuang @zhijian-pro @tangyoupeng @yangliping @zxh326 @Looka149 @sjp00556  @Xuyuchao-juice @leoliulei

# Bugfix

- fuse: add inode cache invalidation on file open (#6326,#6402)
- meta: fix stats overflow (#6448)
- meta/tkv: fix error handling in ListSlices (#6481)
- cache/stage: fix potential EIO when reading stage blocks (#6388)
- cmd/mount: fix `max-fuse-io` option was not taking effect (#6336)
- cmd/mount: fix fstab `cache-dir` param when cache type is memory (#6263)
- cmd/mount: fix parameter values in fstab (#6420)
- cmd/warmup: fix warmup flag check (#6505)
- object/s3: fix the maximum limit for list operations to 1000 (#6367)
- object/oss: fix error handling for NotFound status in ServiceError (#6324)
- vfs: fix checkReadahead uint64 overflow (#6235)
- sdk/python: raise exception when jfs_init returns 0 (#6332)
- sdk/hadoop: fix term fs with different conf (#6462)
- sdk/hadoop: use daemon thread to run trash emptier (#6351)