superfly/corrosion

Retry applying fully buffered partial changesets on schema changes

Open

#504 opened on Aug 7, 2026

 (0 comments) (0 reactions) (0 assignees)Rust (83 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,817 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we retry the application of errored partial fully buffered change-sets from time to time with exponential exponential backoff. When the corrosion schema changes we should retry every partial regardless of it's current wait time to next application attempt.

Contributor guide