Skip to content

2.4.0-view a file by fuse some error happened,it logs that AlluxioFileInStream - Failed to read block xxxxx from worker #18743

@TranscendSky

Description

@TranscendSky

Alluxio Version:
What version of Alluxio are you using?
alluxio-2.4.0

Describe the bug
A clear and concise description of what the bug is.
when i wanted to view a file in fuse pod,it logs that
2025-12-22 06:45:07,060 WARN AlluxioFileInStream - Failed to read block 33554432 from worker WorkerNetAddress{host=xxxxxx, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=xxxxxx rack=null)}, will retry: /dev/shm/alluxioworker/33554432 (No such file or directory)
2025-12-22 06:45:07,061 ERROR AlluxioFuseFileSystem - Failed to read file /s3-data/xxxxxxxxx
java.io.FileNotFoundException: /dev/shm/alluxioworker/33554432 (No such file or directory)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
at java.io.RandomAccessFile.(RandomAccessFile.java:243)
at java.io.RandomAccessFile.(RandomAccessFile.java:124)
at alluxio.worker.block.io.LocalFileBlockReader.(LocalFileBlockReader.java:46)
at alluxio.client.block.stream.LocalFileDataReader$Factory.create(LocalFileDataReader.java:150)
at alluxio.client.block.stream.BlockInStream.readChunk(BlockInStream.java:374)
at alluxio.client.block.stream.BlockInStream.read(BlockInStream.java:260)
at alluxio.client.file.AlluxioFileInStream.read(AlluxioFileInStream.java:189)
at alluxio.fuse.AlluxioFuseFileSystem.readInternal(AlluxioFuseFileSystem.java:624)
at alluxio.fuse.AlluxioFuseFileSystem.lambda$read$7(AlluxioFuseFileSystem.java:596)
at alluxio.fuse.AlluxioFuseUtils.call(AlluxioFuseUtils.java:245)
at alluxio.fuse.AlluxioFuseFileSystem.read(AlluxioFuseFileSystem.java:596)
at ru.serce.jnrfuse.AbstractFuseFS.lambda$init$3(AbstractFuseFS.java:135)
at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$9.invoke(Unknown Source)
2025-12-22 06:45:07,062 WARN AlluxioFuseFileSystem - read(path=/s3-data/xxxxxxxxx,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f7db0112a40],size=8192,offset=0) returned -5 in 120003 ms (>=10000 ms)
but i dive into the work pod,it shows that the file is exits.
bash-4.4$ ls /dev/shm/alluxioworker/33554432
/dev/shm/alluxioworker/33554432
bash-4.4$ ls -hal /dev/shm/alluxioworker/33554432
-rwxrwxrwx 1 alluxio alluxio 64.0M Dec 22 06:41 /dev/shm/alluxioworker/33554432

To Reproduce
Steps to reproduce the behavior (as minimally and precisely as possible)
i modify the values.yaml in alluxio charts(only about image and some nodeSeletors),then i execute helm template alluxio001 ./alluxio 。after that i apply it to k8s which version is 1.12. i attached my yaml

alluxio001.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugThis issue is about a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions