Browse Source
Go processes heartbeat responses in this order: DuplicatedUuids first, then volume options (prealloc/size limit), then leader redirect. Rust was applying volume options before checking for duplicate UUIDs, which meant volume option changes would take effect even when the response contained a duplicate UUID error that should cause an immediate return.pull/8539/head
1 changed files with 17 additions and 17 deletions
Loading…
Reference in new issue