Skip to content

Commit

Permalink
chore: apply suggestions from CR
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 17, 2024
1 parent 22c3c9b commit 520ee73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/datanode/src/region_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ impl RegionServerInner {
match attribute {
RegionAttribute::Metric { physical } => {
if physical {
info!("Registering logical regions for physical region: {region_id}");
// Registers the logical regions belong to the physical region (`region_id`).
self.register_logical_regions(&engine, region_id).await?;
// We only send the `on_region_registered` event of the physical region.
Expand Down
2 changes: 1 addition & 1 deletion src/mito2/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use api::region::RegionResponse;
use async_trait::async_trait;
use common_error::ext::BoxedError;
use common_recordbatch::SendableRecordBatchStream;
use common_telemetry::tracing::{self};
use common_telemetry::tracing;
use object_store::manager::ObjectStoreManagerRef;
use snafu::{ensure, OptionExt, ResultExt};
use store_api::logstore::LogStore;
Expand Down

0 comments on commit 520ee73

Please sign in to comment.