fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Review replica sync startup delay

Open digikata opened this issue 1 year ago • 2 comments

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 avatar Dec 20 '23 01:12 digikata

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

digikata avatar Dec 20 '23 01:12 digikata

Stale issue message

github-actions[bot] avatar Feb 21 '24 11:02 github-actions[bot]