mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue