VictoriaMetrics/lib/mergeset
Aliaksandr Valialkin 85d09e5a2d
lib/{mergeset,storage}: log deleting directories inside partitions if they are missing in parts.json
This should improve debuggability of unexpected deletion of directories inside partitions.

While at it, log the proper path to parts.json when the directory for big part is missing in the partition.
parts.json is located inside directory with small parts, and there is no parts.json file inside directory with big parts.
2024-04-16 19:11:32 +02:00
..
block_header.go
block_stream_reader.go
block_stream_reader_test.go
block_stream_writer.go lib/mergeset: properly record the firstItem in metaindexRow at blockStreamWriter.WriteBlock 2024-02-12 18:06:50 +02:00
encoding.go lib/mergeset: use unsafe.Slice and unsafe.String instead of deprecated reflect.SliceHeader with unsafe conversion from slice header to string header 2024-02-29 17:29:33 +02:00
encoding_test.go
encoding_timing_test.go
filenames.go
inmemory_part.go
merge.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00
merge_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00
metaindex_row.go
part.go
part_header.go
part_search.go
part_search_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00
table.go lib/{mergeset,storage}: log deleting directories inside partitions if they are missing in parts.json 2024-04-16 19:11:32 +02:00
table_search.go
table_search_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00
table_search_timing_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00
table_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-23 23:29:35 +02:00