Description
When performing a du command that is distributed to the tservers, whereby each table file is printed in a log statement. As we are using log4j, this causes the tserver client thread to spend a significant portion of its time in the log appender.
We should surround the log statement with a conditional or remove the log statement to prevent the unnecessary cycles.