Skip to content

Commit bdea9e6

Browse files
authored
chore(spark): Remove logs of successful heartbeat (#2728)
### What changes were proposed in this pull request? Remove logs of successful heartbeat ### Why are the changes needed? simplify logs in spark driver side ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Needn't
1 parent eb53a1a commit bdea9e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client-spark/common/src/main/java/org/apache/uniffle/shuffle/manager/RssShuffleManagerBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,6 @@ protected synchronized void startHeartbeat() {
15281528
try {
15291529
String appId = getAppId();
15301530
shuffleWriteClient.sendAppHeartbeat(appId, heartbeatTimeout);
1531-
LOG.info("Finish send heartbeat to coordinator and servers");
15321531
} catch (Exception e) {
15331532
LOG.warn("Fail to send heartbeat to coordinator and servers", e);
15341533
}

0 commit comments

Comments
 (0)