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:
Aliaksandr Valialkin 2024-01-21 04:48:54 +02:00
parent b3598ba2c1
commit 90768aa418
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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.