mirror of https://github.com/milvus-io/milvus.git
parent
3d05ddf505
commit
4fa878d03c
|
@ -48,7 +48,6 @@ func (s *IndexCoord) Stop() error {
|
||||||
|
|
||||||
// GetComponentStates returns indexnode's states
|
// GetComponentStates returns indexnode's states
|
||||||
func (s *IndexCoord) Health(ctx context.Context) commonpb.StateCode {
|
func (s *IndexCoord) Health(ctx context.Context) commonpb.StateCode {
|
||||||
log.Info("IndexCoord is healthy")
|
|
||||||
return commonpb.StateCode_Healthy
|
return commonpb.StateCode_Healthy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue