Files
seaweedFS/weed/storage/erasure_coding
Chris Lu f23e09f58b fix: skip exhausted blocks before creating an interval (#8180)
* fix: skip exhausted blocks before creating an interval

* refactor: optimize interval creation and fix logic duplication

* docs: add docstring for LocateData

* refactor: extract moveToNextBlock helper to deduplicate logic

* fix: use int64 for block index comparison to prevent overflow

* test: add unit test for LocateData boundary crossing (issue #8179)

* fix: skip exhausted blocks to prevent negative interval size and panics (issue #8179)

* refactor: apply review suggestions for test maintainability and code style
2026-02-02 11:12:31 -08:00
..
2019-05-15 01:02:00 -07:00
2019-05-15 01:02:00 -07:00
2020-06-25 16:36:06 -07:00
2025-06-16 22:25:22 -07:00