diff --git a/lib/storage/partition.go b/lib/storage/partition.go index 224ad8009e..256c8fb907 100644 --- a/lib/storage/partition.go +++ b/lib/storage/partition.go @@ -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.