codenohup commented on code in PR #3026:
URL: https://github.com/apache/celeborn/pull/3026#discussion_r1897191750
##########
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/RemoteShuffleMaster.java:
##########
@@ -102,6 +102,7 @@ public void registerJob(JobShuffleContext context) {
celebornAppId =
FlinkUtils.toCelebornAppId(lifecycleManagerTimestamp, jobID);
LOG.info("CelebornAppId: {}", celebornAppId);
lifecycleManager = new LifecycleManager(celebornAppId, conf);
+ lifecycleManager.applicationCount().increment();
Review Comment:
The application count should be recorded on a per-job basis rather than per
cluster.
--
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]