From d0f950e25646cb9d51fb2d84f4975a0479dce8df Mon Sep 17 00:00:00 2001 From: fuweng11 <76141879+fuweng11@users.noreply.github.com> Date: Tue, 16 May 2023 15:47:19 +0800 Subject: [PATCH] [INLONG-8035][Manager] Fix Non-file tasks cannot be recovered from the heartbeat timeout state (#8037) --- CHANGES.md | 2 ++ .../inlong/manager/service/core/impl/AgentServiceImpl.java | 4 ++-- .../inlong/manager/service/heartbeat/HeartbeatManager.java | 6 ++---- .../src/main/resources/application-dev.properties | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 496c5c5686e..3a14fb15441 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,4 @@ + # InLong Changelog