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>
This commit is contained in:
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

View File

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