You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
alluxio-fuse mount with libfuse3 is ok but using libfuse2 encountered the following exception
$ ./dora/integration/fuse/bin/alluxio-fuse mount o3fs://alluxio.test.dev/ /mnt/data/
Mounting o3fs://alluxio.test.dev/ to /mnt/data
.............................................................
[2024-02-07T06:46:41+0000]: Failed to mount ufs path o3fs://alluxio.test.dev/ to local mount point /mnt/data.
ERROR ../../src/main/native/libjnifuse/jnifuse_helper.cc:34 Validate standard errors can be logged as expected
/usr/lib/jvm/java-8-openjdk-amd64/bin/java: symbol lookup error: /tmp/libjnifuse5856113114345062784.so: undefined symbol: fuse_main_real
To Reproduce
Add the following configuration to alluxio-site.properties
### What changes are proposed in this pull request?
rebuild libjnifuse on Centos7 (glibc 2.17, libfuse 2.9.2)
the build should work on Ubuntu with glibc 2.3x
### Why are the changes needed?
libjnifuse.so fails to link to libfuse2, issue created here : #18513
Introduced by a jnifuse change to rebuild the libjnifuse.so
### Does this PR introduce any user facing changes?
fuse2 should be able to use now
pr-link: #18537
change-id: cid-d5bd6421ccd76f59e6e1216ac9940c419c3c6a45
Alluxio Version:
v308
Describe the bug
alluxio-fuse mount with libfuse3 is ok but using libfuse2 encountered the following exception
To Reproduce
Add the following configuration to alluxio-site.properties
and mount with the following command
Expected behavior
mount should succeed
The text was updated successfully, but these errors were encountered: