MCPcopy
hub / github.com/grafana/tempo / newWalBlockFlush

Function newWalBlockFlush

tempodb/encoding/vparquet5/wal_block.go:215–221  ·  view source on GitHub ↗
(path string, ids *common.IDMap[int64], dedcols backend.DedicatedColumns)

Source from the content-addressed store, hash-verified

213}
214
215func newWalBlockFlush(path string, ids *common.IDMap[int64], dedcols backend.DedicatedColumns) *walBlockFlush {
216 return &walBlockFlush{
217 path: path,
218 ids: ids,
219 dedcols: dedcols,
220 }
221}
222
223// file() opens the parquet file and returns it. previously this method cached the file on first open
224// but the memory cost of this was quite high. so instead we open it fresh every time. This

Callers 2

openWALBlockFunction · 0.70
FlushMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected