VictoriaMetrics/lib/logstorage
Aliaksandr Valialkin 3449d563bd
all: add up to 10% random jitter to the interval between periodic tasks performed by various components
This should smooth CPU and RAM usage spikes related to these periodic tasks,
by reducing the probability that multiple concurrent periodic tasks are performed at the same time.
2024-01-22 18:40:32 +02:00
..
arena.go
block_data_test.go
block_data.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
block_header_test.go
block_header.go
block_search.go
block_stream_merger.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
block_stream_reader.go
block_stream_writer.go
block_test.go
block_timing_test.go
block.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
bloomfilter_test.go
bloomfilter.go
consts.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
datadb_test.go
datadb.go lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
encoding_test.go
encoding_timing_test.go
encoding.go
filenames.go
filters_test.go lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
filters.go lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
hash128_test.go
hash128_timing_test.go
hash128.go
index_block_header_test.go
index_block_header.go
indexdb_test.go
indexdb.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-25 21:24:03 +02:00
inmemory_part_test.go
inmemory_part_timing_test.go
inmemory_part.go
log_rows_timing_test.go
log_rows.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
parser_test.go
parser.go
part_header_test.go
part_header.go
part.go
partition_test.go
partition.go lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
rows_test.go
rows.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00
storage_search_test.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-25 21:24:03 +02:00
storage_search.go lib/logstorage: always check the previous indexBlockHeader for blocks with matching tenantID and/or streamID 2023-11-13 23:13:53 +01:00
storage_test.go lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
storage.go all: add up to 10% random jitter to the interval between periodic tasks performed by various components 2024-01-22 18:40:32 +02:00
stream_filter.go
stream_id_test.go
stream_id.go
stream_tags.go
tenant_id_test.go
tenant_id.go
tokenizer_test.go
tokenizer_timing_test.go
tokenizer.go
u128_test.go
u128.go
values_encoder_test.go
values_encoder_timing_test.go
values_encoder.go lib/logstorage: follow-up for 94627113db 2023-10-02 19:19:08 +02:00