codenohup commented on code in PR #3272:
URL: https://github.com/apache/celeborn/pull/3272#discussion_r2101746495
##########
client-flink/flink-1.16/src/main/java/org/apache/celeborn/plugin/flink/RemoteShuffleServiceFactory.java:
##########
@@ -35,15 +36,21 @@ public ShuffleEnvironment<ResultPartitionWriter,
IndexedInputGate> createShuffle
ShuffleEnvironmentContext shuffleEnvironmentContext) {
AbstractRemoteShuffleServiceParameters parameters =
initializePreCreateShuffleEnvironment(shuffleEnvironmentContext);
+ ShuffleIOMetricGroup<?> metricGroup =
+ new
ShuffleIOMetricGroup<>(shuffleEnvironmentContext.getParentMetricGroup());
Review Comment:
Please use a different metric name prefix to clearly distinguish metrics
from the Flink framework and Celeborn.
--
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]