abstractdog commented on code in PR #379:
URL: https://github.com/apache/tez/pull/379#discussion_r1881804912
##########
tez-runtime-internals/src/main/java/org/apache/tez/runtime/metrics/TaskCounterUpdater.java:
##########
@@ -48,11 +49,16 @@ public class TaskCounterUpdater {
private final TezCounters tezCounters;
private final Configuration conf;
+// /**
+// * A Map where Key-> URIScheme and value->FileSystemStatisticUpdater
+// */
+// private Map<String, FileSystemStatisticUpdater> statisticUpdaters =
+// new HashMap<>();
Review Comment:
oh right, leftover, removing it
--
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]