We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e842dad commit 364f8e5Copy full SHA for 364f8e5
src/stream/src/executor/backfill/arrangement_backfill.rs
@@ -112,7 +112,6 @@ where
112
let mut upstream_table = self.upstream_table;
113
let vnodes = upstream_table.vnodes().clone();
114
let rate_limit = self.rate_limit;
115
- self.chunk_size = 1;
116
117
// These builders will build data chunks.
118
// We must supply them with the full datatypes which correspond to
@@ -557,7 +556,7 @@ where
557
556
558
// Adapt Rate Limit
559
if adaptive_rate_limit {
560
- Self::adapt_rate_limit_3(
+ Self::adapt_rate_limit_2(
561
&self.actor_id,
562
&self.metrics,
563
threshold_barrier_latency,
0 commit comments