xianjingfeng commented on code in PR #938:
URL: https://github.com/apache/incubator-uniffle/pull/938#discussion_r1225710044
##########
coordinator/src/main/java/org/apache/uniffle/coordinator/ClusterManager.java:
##########
@@ -40,6 +40,20 @@ public interface ClusterManager extends Closeable,
Reconfigurable {
*/
List<ServerNode> getServerList(Set<String> requiredTags);
+ /**
+ * Get Losted nodes from the cluster
Review Comment:
```suggestion
* Get lost nodes from the 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]