Skip to content

Commit

Permalink
feat(stream): inform rate limit update for fsfetch executor (#20457)
Browse files Browse the repository at this point in the history
Co-authored-by: Bohan Zhang <tabvision@bupt.icu>
  • Loading branch information
kwannoel and tabVersion authored Feb 11, 2025
1 parent 77c80fb commit a517cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/source/fs_fetch_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl<S: StateStore, Src: OpendalSource> FsFetchExecutor<S, Src> {
actor_to_apply.get(&self.actor_ctx.id)
&& *new_rate_limit != self.rate_limit_rps
{
tracing::debug!(
tracing::info!(
"updating rate limit from {:?} to {:?}",
self.rate_limit_rps,
*new_rate_limit
Expand Down

0 comments on commit a517cae

Please sign in to comment.