Open LuQQiu opened 1 year ago
@LuQQiu should we close this issue?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
@LuQQiu is this still an issue in 30x ?
Alluxio Version: Dora branch - 2.10.0-SNAPSHOT
Describe the bug Local cache hit read is zero copy. Local cache with FUSE SDK read is double copy at least:
byte[] page = LocalCacheFileInStream.readExternalPage(position, readType);
To Reproduce Change page size to 512MB launch Fuse SDK with local cache Run FIO big file read: fio --name=sequentialread --rw=read --bs=4m --numjobs=1 --filesize=1g -direct=1 --group_reporting --nrfiles 1
read failed because out of heap memory
Expected behavior A clear and concise description of what you expected to happen.
Urgency Describe the impact and urgency of the bug.
Are you planning to fix it Please indicate if you are already working on a PR.
Additional context Add any other context about the problem here.