Browse Source
Go's LocateEcShardNeedleInterval passes shard.ecdFileSize-1 to LocateData (shards are padded, -1 avoids overcounting large block rows). When datFileSize is known, Go uses datFileSize/DataShards instead. Rust was passing the raw shard file size without adjustment.rust-volume-server
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue