Skip to content

Commit 364f8e5

Browse files
committed
patch
1 parent e842dad commit 364f8e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stream/src/executor/backfill/arrangement_backfill.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ where
112112
let mut upstream_table = self.upstream_table;
113113
let vnodes = upstream_table.vnodes().clone();
114114
let rate_limit = self.rate_limit;
115-
self.chunk_size = 1;
116115

117116
// These builders will build data chunks.
118117
// We must supply them with the full datatypes which correspond to
@@ -557,7 +556,7 @@ where
557556

558557
// Adapt Rate Limit
559558
if adaptive_rate_limit {
560-
Self::adapt_rate_limit_3(
559+
Self::adapt_rate_limit_2(
561560
&self.actor_id,
562561
&self.metrics,
563562
threshold_barrier_latency,

0 commit comments

Comments
 (0)