mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Fix DataCoord's meta may be broken with DataNode of prior version (#23030)
Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
a1d3030867
commit
73f1f15c1c
@ -469,7 +469,7 @@ func (s *Server) initGarbageCollection(cli storage.ChunkManager) {
|
||||
}
|
||||
|
||||
func (s *Server) initServiceDiscovery() error {
|
||||
r := semver.MustParseRange(">=2.1.2")
|
||||
r := semver.MustParseRange(">=2.2.3")
|
||||
sessions, rev, err := s.session.GetSessionsWithVersionRange(typeutil.DataNodeRole, r)
|
||||
if err != nil {
|
||||
log.Warn("DataCoord failed to init service discovery", zap.Error(err))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user