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


##########
proto/src/main/proto/Rss.proto:
##########
@@ -302,6 +302,7 @@ service CoordinatorServer {
 
 message AppHeartBeatRequest {
   string appId = 1;
+  string user = 2;

Review Comment:
   I got your point. The coordinator needs to rely on the user to update the 
life cycle of the app, so the user is added to the heartbeat of the app. As for 
the repetitive problem you mentioned, do you have a better solution?



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