Perform health check after release cluster segment (#19684)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/19692/head
congqixia 2022-10-11 09:17:22 +08:00 committed by GitHub
parent db3f4be49d
commit 68b9a2be23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ func (sc *ShardCluster) ReleaseSegments(ctx context.Context, req *querypb.Releas
}
}
}
sc.healthCheck()
sc.mut.Unlock()
return err