mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 03:37:28 +08:00
fix the delete service issue in nacos registry (#553)
This commit is contained in:
@@ -122,8 +122,8 @@ func (s *store) DeleteServiceEntryWrapper(service string) {
|
||||
|
||||
if data, exist := s.sew[service]; exist {
|
||||
s.toBeDeleted = append(s.toBeDeleted, data)
|
||||
s.deferedDelete[service] = struct{}{}
|
||||
}
|
||||
s.deferedDelete[service] = struct{}{}
|
||||
}
|
||||
|
||||
// should only be called when reconcile is done
|
||||
|
||||
Reference in New Issue
Block a user