Skip to content

Commit

Permalink
Update src/datanode/src/region_server.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
lyang24 and evenyag authored Sep 24, 2024
1 parent 049e876 commit 06c51c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/datanode/src/region_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,7 @@ impl RegionServer {
region_id,
plan,
})
.await;
if let Some(_permit) = permit {
drop(_permit)
};
res
.await
}

#[tracing::instrument(skip_all)]
Expand Down

0 comments on commit 06c51c4

Please sign in to comment.