Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
springwings committed Aug 12, 2024
1 parent 9250917 commit c8b1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/elasticflow/yarn/coord/ReportStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void openHeartBeat() {
}
} catch (Exception e) {
successConnect = false;
Common.LOG.warn("master node connection failed!");
Common.LOG.warn("master node connect failed!");
Map<String, InstanceConfig> configMap = Resource.nodeConfig.getInstanceConfigs();
if(configMap.size()>0) {
closeHeartBeat();
Expand Down

0 comments on commit c8b1e5f

Please sign in to comment.