MCPcopy Create free account
hub / github.com/cortexproject/cortex / parquetConsistencyCheckError

Function parquetConsistencyCheckError

pkg/querier/parquet_queryable.go:695–697  ·  view source on GitHub ↗
(blocks []*bucketindex.Block)

Source from the content-addressed store, hash-verified

693}
694
695func parquetConsistencyCheckError(blocks []*bucketindex.Block) error {
696 return fmt.Errorf("consistency check failed because some blocks were not available as parquet files: %s", strings.Join(convertBlockULIDToString(blocks), " "))
697}
698
699func convertBlockULIDToString(blocks []*bucketindex.Block) []string {
700 res := make([]string, len(blocks))

Callers 3

LabelValuesMethod · 0.85
LabelNamesMethod · 0.85
SelectMethod · 0.85

Calls 2

convertBlockULIDToStringFunction · 0.85
JoinMethod · 0.80

Tested by

no test coverage detected