Skip to content

Commit

Permalink
Update src/datanode/src/heartbeat.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield authored Jan 5, 2024
1 parent 5714e56 commit 8ab3d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/heartbeat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ impl HeartbeatTask {
}

async fn load_region_stats(region_server: &RegionServer) -> Vec<RegionStat> {
let regions = region_server.reportable_regions().await;
let regions = region_server.reportable_regions();

let mut region_stats = Vec::new();
for stat in regions {
Expand Down

0 comments on commit 8ab3d31

Please sign in to comment.