Skip to content

Commit

Permalink
Removed unused imports in recovery.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Jan 30, 2024
1 parent 376c8d9 commit f996893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meta/src/barrier/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use futures::stream::FuturesUnordered;
use futures::TryStreamExt;
use itertools::Itertools;
use risingwave_common::catalog::TableId;
use risingwave_common::hash::ParallelUnitId;

use risingwave_hummock_sdk::compaction_group::StateTableId;
use risingwave_pb::common::ActorInfo;
use risingwave_pb::meta::PausedReason;
Expand All @@ -35,7 +35,7 @@ use risingwave_pb::stream_service::{
use thiserror_ext::AsReport;
use tokio::sync::oneshot;
use tokio_retry::strategy::{jitter, ExponentialBackoff};
use tracing::{debug, info, warn, Instrument};
use tracing::{debug, warn, Instrument};
use uuid::Uuid;

use super::TracedEpoch;
Expand Down

0 comments on commit f996893

Please sign in to comment.