xianjingfeng commented on PR #2022:
URL: 
https://github.com/apache/incubator-uniffle/pull/2022#issuecomment-2275246740

   > Like that the shuffle servers could report all its running applications 
back to coordinator via rpc calls? Just like how the heartbeat is made.
   
   The amount of the data is a bit large. The data of an application would be 
as follow.
   
   ```java
   public class ApplicationMetricsVo {
     private long totalDataSize;
     private long inMemoryDataSize;
     private long onLocalFileDataSize;
     private long onHadoopDataSize;
     private Map<Integer, Map<Integer, Long>> partitionDataSizes;
     private boolean existHugePartition;
   }
   ```


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