This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c7b25eb8c2 [Fix-16905][Alert] Fix incorrect log description in 
AlertHeartbeatTask (#16904)
c7b25eb8c2 is described below

commit c7b25eb8c2ef92f1cd5817d6863e83e32831fda3
Author: Xiao yang <[email protected]>
AuthorDate: Fri Dec 20 10:31:36 2024 +0800

    [Fix-16905][Alert] Fix incorrect log description in AlertHeartbeatTask 
(#16904)
---
 .../org/apache/dolphinscheduler/alert/registry/AlertHeartbeatTask.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/registry/AlertHeartbeatTask.java
 
b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/registry/AlertHeartbeatTask.java
index b8640dd539..8b9775e6d8 100644
--- 
a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/registry/AlertHeartbeatTask.java
+++ 
b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/registry/AlertHeartbeatTask.java
@@ -87,7 +87,7 @@ public class AlertHeartbeatTask extends 
BaseHeartBeatTask<AlertServerHeartBeat>
         String heartBeatJson = JSONUtils.toJsonString(heartBeat);
         registryClient.persistEphemeral(heartBeatPath, heartBeatJson);
         AlertServerMetrics.incAlertHeartbeatCount();
-        log.debug("Success write master heartBeatInfo into registry, 
masterRegistryPath: {}, heartBeatInfo: {}",
+        log.debug("Success write alert heartBeatInfo into registry, 
alertRegistryPath: {}, heartBeatInfo: {}",
                 heartBeatPath, heartBeatJson);
     }
 }

Reply via email to