mirror of
https://github.com/prometheus/prometheus
synced 2026-04-30 14:50:25 +08:00
fix: typo in error message (#17878)
Signed-off-by: Yohei Yamamoto <yhymmt123@gmail.com>
This commit is contained in:
@@ -985,7 +985,7 @@ func (h *Head) loadMmappedChunks(refSeries map[chunks.HeadSeriesRef]*memSeries)
|
||||
return nil
|
||||
}); err != nil {
|
||||
// secondLastRef because the lastRef caused an error.
|
||||
return nil, nil, secondLastRef, fmt.Errorf("iterate on on-disk chunks: %w", err)
|
||||
return nil, nil, secondLastRef, fmt.Errorf("iterate on-disk chunks: %w", err)
|
||||
}
|
||||
return mmappedChunks, oooMmappedChunks, lastRef, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user