mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for removePartitionPrivate (#9891)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/9894/head
parent
5ffe605865
commit
d59bb7dd29
|
@ -285,6 +285,7 @@ func (colReplica *collectionReplica) removePartition(partitionID UniqueID) error
|
|||
return colReplica.removePartitionPrivate(partitionID)
|
||||
}
|
||||
|
||||
// removePartitionPrivate is the private function in collectionReplica, to remove the partition from collectionReplica
|
||||
func (colReplica *collectionReplica) removePartitionPrivate(partitionID UniqueID) error {
|
||||
partition, err := colReplica.getPartitionByIDPrivate(partitionID)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue