unknowntpo commented on code in PR #5905:
URL: https://github.com/apache/gravitino/pull/5905#discussion_r1917598992


##########
clients/filesystem-fuse/src/fuse_api_handle.rs:
##########
@@ -117,6 +118,9 @@ impl<T: RawFileSystem> Filesystem for FuseApiHandle<T> {
         }
 
         let file_stat = self.fs.stat(inode).await?;
+
+        debug!(req.unique, ?req, "filename" = ?file_stat.name, ?fh, "getattr 
started");
+

Review Comment:
   It's unnecessary, removed.



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to