mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
lib/storage/partition.go: remove misleading comment, which falsely states that inmemoryParts isn't visible to search
Thanks to @satjd for raising attention to this comment at https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5410
This commit is contained in:
parent
b3598ba2c1
commit
90768aa418
@ -142,7 +142,6 @@ type partition struct {
|
||||
partsLock sync.Mutex
|
||||
|
||||
// Contains inmemory parts with recently ingested data.
|
||||
// It must be merged into either smallParts or bigParts to become visible to search.
|
||||
inmemoryParts []*partWrapper
|
||||
|
||||
// Contains file-based parts with small number of items.
|
||||
|
Loading…
Reference in New Issue
Block a user