mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
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:
@@ -136,7 +136,6 @@ impl Datanode {
|
||||
if let Some(heartbeat_task) = &self.heartbeat_task {
|
||||
heartbeat_task
|
||||
.close()
|
||||
.await
|
||||
.map_err(BoxedError::new)
|
||||
.context(ShutdownInstanceSnafu)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user