You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// not the current version if we are actively trying to register it
180
+
ifletSome(except_rs) = except_rs {
181
+
let rs_name = rs.name_any();
182
+
183
+
if rs_name == except_rs {
184
+
returnfalse;
185
+
}
186
+
}
187
+
174
188
// replicasets owned by this restatedeployment (we make no attempt to handle orphaned ones if a rsd was deleted with --cascade=orphan and then recreated)
175
189
if !rs.owner_references().iter().any(|reference| {
0 commit comments