diqiu50 commented on code in PR #5738: URL: https://github.com/apache/gravitino/pull/5738#discussion_r1868591708
########## clients/filesystem-fuse/Cargo.toml: ########## @@ -29,8 +29,13 @@ repository = "https://github.com/apache/gravitino" name = "gvfs-fuse" path = "src/main.rs" +[lib] +name="gvfs_fuse" + [dependencies] +dashmap = "5.5.3" futures-util = "0.3.30" +fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] } Review Comment: Yes, the thread mode of `fuse3` is better than `fuser`. It uses multiple threads with asynchronous I/O. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
