From a851a5f5cbba17f2433f4d60de09234a364a1b43 Mon Sep 17 00:00:00 2001 From: ccmao1130 Date: Thu, 3 Aug 2023 16:17:07 -0700 Subject: [PATCH] cache & storage --- docs/en/overview/Release-Notes.md | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/en/overview/Release-Notes.md b/docs/en/overview/Release-Notes.md index 3302a140e487..ceb7dd4162a9 100644 --- a/docs/en/overview/Release-Notes.md +++ b/docs/en/overview/Release-Notes.md @@ -90,27 +90,27 @@ Another default configuration change will delegate the journal backup operation * Fix master down when master change to leader ([1ada2ac8c7](https://github.com/Alluxio/alluxio/commits/1ada2ac8c7){:target="_blank"}) ### Cache and Storage -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) -* ([](){:target="_blank"}) +* Implement Byte array pool ([d071d5ef7c](https://github.com/Alluxio/alluxio/commits/d071d5ef7c){:target="_blank"}) +* Add block size for paged blocks ([fd865e24a1](https://github.com/Alluxio/alluxio/commits/fd865e24a1){:target="_blank"}) +* Make worker init tiers parallel ([2af80f6e19](https://github.com/Alluxio/alluxio/commits/2af80f6e19){:target="_blank"}) +* Fix early release of buffer ([5e8d62c8a7](https://github.com/Alluxio/alluxio/commits/5e8d62c8a7){:target="_blank"}) +* Separate page store configuration from client cache ([f6cce53631](https://github.com/Alluxio/alluxio/commits/f6cce53631){:target="_blank"}) +* Optimize `getFileBlockLocations` performance ([e5692d2261](https://github.com/Alluxio/alluxio/commits/e5692d2261){:target="_blank"}) +* Ignore parent path `NoSuchFileException` when `localPageStore` delete `pageId` ([6a64a178b2](https://github.com/Alluxio/alluxio/commits/6a64a178b2){:target="_blank"}) +* Support size encoding for clock cuckoo filter in shadowcache ([7395bed318](https://github.com/Alluxio/alluxio/commits/7395bed318){:target="_blank"}) +* Do not add the worker to failed list for client exception ([951f3568a2](https://github.com/Alluxio/alluxio/commits/951f3568a2){:target="_blank"}) +* Fix the leak of block lock ([b97677e78e](https://github.com/Alluxio/alluxio/commits/b97677e78e){:target="_blank"}) +* Fix failures in mem page store when zero copy enabled ([cbc2008b19](https://github.com/Alluxio/alluxio/commits/cbc2008b19){:target="_blank"}) +* Fix load `sessionId` ([d763b4077e](https://github.com/Alluxio/alluxio/commits/d763b4077e){:target="_blank"}) +* Fix paged block reader transfer offset ([463506e178](https://github.com/Alluxio/alluxio/commits/463506e178){:target="_blank"}) +* Implement locking and pinning for paged block store ([9c67f34682](https://github.com/Alluxio/alluxio/commits/9c67f34682){:target="_blank"}) +* Allocate buffer in load api ([b93535cb6a](https://github.com/Alluxio/alluxio/commits/b93535cb6a){:target="_blank"}) +* Fix worker stream register forget release lease ([2df21b9aee](https://github.com/Alluxio/alluxio/commits/2df21b9aee){:target="_blank"}) +* Fix paged block store tier name ([92c0a4fb73](https://github.com/Alluxio/alluxio/commits/92c0a4fb73){:target="_blank"}) +* Fix potential deadlock in tier store and refine the code ([d1efe52f44](https://github.com/Alluxio/alluxio/commits/d1efe52f44){:target="_blank"}) +* Fix `MaxFreeAllocator.allocateBlock` ([21be94c923](https://github.com/Alluxio/alluxio/commits/21be94c923){:target="_blank"}) +* Disable passive cache for pinned files ([0e53f84b7c](https://github.com/Alluxio/alluxio/commits/0e53f84b7c){:target="_blank"}) +* Fix out of bound read in `PagedBlockReader` ([63318bb3bb](https://github.com/Alluxio/alluxio/commits/63318bb3bb){:target="_blank"}) ### S3 API and Proxy * ([](){:target="_blank"})