Release Notes
March 24, 2023
Highlights
Revert of Default TTL Behavior Change
In the previous release, the default TTL behavior was modified but a backwards compatibility issue was discovered. This version changes it back to the original behavior of deleting the data from both Alluxio and the underlying storage as opposed to only deleting the data from Alluxio. See more details in the corresponding github PR.
Improvements and Bugfixes Since 2.9.2
Notable Configuration Property Changes
Property Key | Old 2.9.2 value | New 2.9.3 value | PR |
---|---|---|---|
alluxio.proxy.s3.multipart.upload.cleaner.enabled |
true | false | #16937 |
alluxio.proxy.s3.v2.version.enabled |
true | false | #16937 |
alluxio.user.file.create.ttl.action |
DELETE_ALLUXIO | FREE | #17039 |
Benchmark
Build
Client
FUSE/POSIX
Journal and Metadata Sync
- Fix file system merge journal context (#17071)(57c078)
- Fix metadata sync journalling when using UFS journal (#17032)(6bbe71)
- Merge
JournalContext
for persistence (#16966)(cb20cc) - Merge journal context in
LostFileDetector
(#16971)(952bd4)
Job Service
Docker and K8s
- Add
UseContainerSupport
flag to default value.yaml of k8s helm chart (#17055)(b16a3f) - Bump CSI package version to fix security alert (#17117)(1ad1cc)
Log
Master
- Dump metrics + stacks on failover/crash (#17081)(7f3354)
- Fix
setTtl
workflow andttlbucket
bugs (#16933)(731385) - Cache Block Location to save memory (#16953)(0645ea)
- Improve state lock tracking and report on error (#16984)(654969)
- Add a property to disable file access time (#16981)(163b3f)
Metrics
- Fix
collectMetrics
command in k8s (#17127)(9532ce) - Add metric for cached block location (#17056)(73b4d6)
RPC
S3 API
- Make light and heavy thread pool configurable for s3 proxy v2 (#17082)(65ed1b)
- Fix NPE for s3 proxy v2 (#17086)(a5cf2a)
- Fix retry function and S3 abort upload (#17094)(cbf24b)
- Enable v2 s3 proxy by default (#16937)(7f2f15)
CLI
UFS
- Fix property identity typo error (#17109)(fd7350)
- Fix content hash for GCS v2 stream (#17089)(b59df3)
- Remove
HdfsUnderFileSystemFactory
from service loading in COSN UFS jar (#17024)(c9ed63)
Acknowledgements
We want to thank the community for their valuable contributions to the Alluxio 2.9.3 release. Especially, we would like to thank:
Haoning Sun (Haoning-Sun), Kaijie Chen (kaijchen), Xinran Dong (007DXR), Yaolong Liu (codings-dan), humengyu (humengyu2012), Xinyu Deng (voddle), Baolong Mao (maobaolong), Tianbao Ding (flaming-archer), fengshunli, and jianghuazhu.
Enjoy the new release and look forward to hearing your feedback on our Community Slack Channel.