smallzhongfeng commented on code in PR #311:
URL: https://github.com/apache/incubator-uniffle/pull/311#discussion_r1027127849


##########
coordinator/src/main/java/org/apache/uniffle/coordinator/ApplicationManager.java:
##########
@@ -282,6 +328,58 @@ private String getStorageHost(String remoteStoragePath) {
     return storageHost;
   }
 
+  public void detectUserResource() {

Review Comment:
   Because we can configure `rss.coordinator.quota.default.path` to controls 
whether to execute the logic of `detectUserResource`. If not configured, the 
logic will not be executed.



##########
coordinator/src/main/java/org/apache/uniffle/coordinator/CoordinatorGrpcService.java:
##########
@@ -196,13 +196,14 @@ public void reportClientOperation(
   }
 
   @Override
-  public void appHeartbeat(
-      AppHeartBeatRequest request,
-      StreamObserver<AppHeartBeatResponse> responseObserver) {
+  public void registerApplicationInfo(

Review Comment:
   Done.



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