mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-18 14:40:26 +01:00
135e3ced8c
Some checks are pending
build / Build (push) Waiting to run
CodeQL Go / Analyze (push) Waiting to run
main / lint (push) Waiting to run
main / test (test-full) (push) Blocked by required conditions
main / test (test-full-386) (push) Blocked by required conditions
main / test (test-pure) (push) Blocked by required conditions
After adding multitenant query feature at v1.104.0, searchQuery wasn't properly unmarshalled at bottom vmselect in multi-level cluster setup. It resulted into empty query responses. This commit adds fallback to Unmarshal method of SearchQuery to fill TenantTokens. It allows to properly execute search requests at vmselect side. Related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7270 --------- Signed-off-by: f41gh7 <nik@victoriametrics.com> Co-authored-by: Roman Khavronenko <roman@victoriametrics.com> |
||
---|---|---|
.. | ||
block_header_test.go | ||
block_header.go | ||
block_stream_merger.go | ||
block_stream_reader_test.go | ||
block_stream_reader_timing_test.go | ||
block_stream_reader.go | ||
block_stream_writer_timing_test.go | ||
block_stream_writer.go | ||
block_test.go | ||
block.go | ||
dedup_test.go | ||
dedup_timing_test.go | ||
dedup.go | ||
filenames.go | ||
index_db_test.go | ||
index_db_timing_test.go | ||
index_db.go | ||
inmemory_part_test.go | ||
inmemory_part_timing_test.go | ||
inmemory_part.go | ||
merge_test.go | ||
merge_timing_test.go | ||
merge.go | ||
metaindex_row_test.go | ||
metaindex_row.go | ||
metric_name_test.go | ||
metric_name.go | ||
part_header.go | ||
part_search_test.go | ||
part_search_timing_test.go | ||
part_search.go | ||
part.go | ||
partition_search_test.go | ||
partition_search.go | ||
partition_test.go | ||
partition.go | ||
raw_block.go | ||
raw_row.go | ||
search_test.go | ||
search.go | ||
storage_test.go | ||
storage_timing_test.go | ||
storage.go | ||
table_search_test.go | ||
table_search_timing_test.go | ||
table_search.go | ||
table_test.go | ||
table_timing_test.go | ||
table.go | ||
tag_filters_test.go | ||
tag_filters_timing_test.go | ||
tag_filters.go | ||
time_test.go | ||
time.go | ||
tsid_test.go | ||
tsid.go |