From 2ff913024fdffac0eb287388328569af32cfb932 Mon Sep 17 00:00:00 2001 From: bigsheeper Date: Wed, 10 Nov 2021 23:52:06 +0800 Subject: [PATCH] [skip ci] Add comment for freeAll (#11591) Signed-off-by: bigsheeper --- internal/querynode/collection_replica.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querynode/collection_replica.go b/internal/querynode/collection_replica.go index f5b592cf81..fa40baca74 100644 --- a/internal/querynode/collection_replica.go +++ b/internal/querynode/collection_replica.go @@ -118,6 +118,7 @@ type ReplicaInterface interface { // getSegmentsMemSize get the memory size in bytes of all the Segments getSegmentsMemSize() int64 + // freeAll will free all meta info from collectionReplica freeAll() printReplica() }