sumitagrawl commented on code in PR #8365:
URL: https://github.com/apache/ozone/pull/8365#discussion_r2153676183
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/fs/DU.java:
##########
@@ -96,11 +106,21 @@ public long getUsed() {
@Override
public String toString() {
+ if (exclusionProvider != null) {
+ return String.join(" ", getExecString()) + "\n" + value.get() + "\t" +
getPath();
+ }
Review Comment:
else part do not use command, but use commandString which is different as it
already performed join as old logic.
So this is done in this way.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]