jojochuang commented on code in PR #5468: URL: https://github.com/apache/ozone/pull/5468#discussion_r1594864964
########## hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneFileSystem.java: ########## @@ -699,6 +709,8 @@ public boolean delete(Path f, boolean recursive) throws IOException { private boolean deleteInSpan(Path f, boolean recursive) throws IOException { incrementCounter(Statistic.INVOCATION_DELETE, 1); statistics.incrementWriteOps(1); + Span span = GlobalTracer.get().activeSpan(); + span.setTag("path", f.toString()); Review Comment: good catch. Updated the PR. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org