Skip to content

Commit

Permalink
Merge branch 'main' into wangzheng/recovery_cause
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/compute/src/rpc/service/stream_service.rs
#	src/meta/src/barrier/mod.rs
#	src/meta/src/barrier/rpc.rs
#	src/stream/src/task/stream_manager.rs
  • Loading branch information
zwang28 committed Feb 17, 2024
1 parent 7eff6e0 commit a40320d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meta/src/barrier/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ use std::future::Future;
use std::sync::Arc;

use anyhow::anyhow;
use either::Either;
use fail::fail_point;
use futures::future::try_join_all;
use futures::stream::FuturesUnordered;
use futures::{FutureExt, StreamExt};
use itertools::Itertools;
use risingwave_common::bail;
use risingwave_common::hash::ActorId;
use risingwave_common::util::iter_util::ZipEqDebug;
use risingwave_common::util::tracing::TracingContext;
use risingwave_pb::common::{ActorInfo, WorkerNode};
use risingwave_pb::stream_plan::{Barrier, BarrierMutation, StreamActor};
Expand Down Expand Up @@ -394,6 +392,7 @@ impl StreamRpcManager {
}
}

#[allow(dead_code)]
fn merge_compute_node_rpc_error(
message: &str,
errors: impl IntoIterator<Item = (WorkerId, RpcError)>,
Expand Down

0 comments on commit a40320d

Please sign in to comment.