Open LuQQiu opened 3 years ago
This issue only occur in Mac. WorkerFuse in docker linux env doesn't hang. Fuse failed to mount but worker ran as expected.
assigned to @yabola
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.
Alluxio Version: Alluxio - Master Max OS 11.2.3 Osxfuse 3.11
Describe the bug When WorkerFuse is configured with wrong mount options (e.g.alluxio.worker.fuse.mount.options=kernel_cache,entry_timeout=7200,attr_timeout=N, in which attr_timeout should be set to 7200)
The Worker process will hang when running
alluxio-start.sh worker
.mount
command will also hang. Accessing thealluxio
folder will also hang.The worker.log shows
worker.out shows the mount options is invalid.
To Reproduce Start a local cluster on mac with configuration
and then
Expected behavior JNI-FUSE failed to launch because of incorrect mount options should not hang worker, mount command, and the alluxio folder.
Urgency Medium
Additional context Add any other context about the problem here.