feat: add build info for flow heartbeat task (#4228)

* chore: refactor load region stats

* feat: add build info for flow heartbeat
This commit is contained in:
Jeremyhi
2024-07-01 11:19:25 +08:00
committed by GitHub
parent ddc7a80f56
commit 214fd38f69
7 changed files with 73 additions and 65 deletions

View File

@@ -136,7 +136,6 @@ impl Datanode {
if let Some(heartbeat_task) = &self.heartbeat_task {
heartbeat_task
.close()
.await
.map_err(BoxedError::new)
.context(ShutdownInstanceSnafu)?;
}