infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.71k stars 509 forks source link

Review replica sync startup delay #3790

Open digikata opened 8 months ago

digikata commented 8 months ago

Analysis of behavior from issue #3788 seems to show that the start time of replica sync is delayed from start by FLV_SHORT_RECONCILLATION time of a default of 10 seconds. It seems like it should be possible to start the replica sync faster.

Also fix misspelling FLV_SHORT_RECONCILLATION -> FLV_SHORT_RECONCILATION

See fluvio/crates/fluvio-spu/src/replication/follower/controller.rs

digikata commented 8 months ago

Testable using local metadata fluvio cluster start --spu=3 and the test program in 3788

github-actions[bot] commented 6 months ago

Stale issue message