steveloughran commented on code in PR #4352:
URL: https://github.com/apache/hadoop/pull/4352#discussion_r924896943


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsContext.java:
##########
@@ -31,34 +31,34 @@
  * <p>
  * The {@link #snapshot()} call creates a snapshot of the statistics;
  * <p>
- * The {@link #reset()} call resets the statistics in the current thread so
+ * The {@link #reset()} call resets the statistics in the context so
  * that later snapshots will get the incremental data.
  */
 public interface IOStatisticsContext extends IOStatisticsSource {

Review Comment:
   this needs to get moved to 
org.apache.hadoop.fs.statistics.IOStatisticsContext as it is the public api the 
apps need; the impl stuff is kept private for the filesystems.
   



-- 
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]

Reply via email to