VictoriaMetrics/docs/changelog
Zakhar Bessarab 4e50d6eed3
lib/storage/partition: prevent panic in case resulting in-memory part is empty after merge (#7329)
It is possible for in-memory part to be empty if ingested samples are
removed by retention filters. In this case, data will not be discarded
due to retention before creating in memory part. After in-memory parts
merge samples will be removed resulting in creating completely empty
part at destination.

 This commit checks for resulting part and skips it, if it's empty.

---------
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
2024-10-27 20:40:13 +01:00
..
_index.md docs: move changelog to dir (#6853) 2024-08-21 17:26:54 +02:00
CHANGELOG.md lib/storage/partition: prevent panic in case resulting in-memory part is empty after merge (#7329) 2024-10-27 20:40:13 +01:00
CHANGELOG_2020.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00
CHANGELOG_2021.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00
CHANGELOG_2022.md docs: fixes misspelled typos 2024-09-13 12:14:24 +02:00
CHANGELOG_2023.md docs: fixes misspelled typos 2024-09-13 12:14:24 +02:00