604
}
605
607
>
updateReq := &persistence.UpdateNamespaceRequest{
608
>
Namespace: &persistencespb.NamespaceDetail{
609
>
Info: info,
610
>
Config: config,
611
>
ReplicationConfig: replicationConfig,
612
>
ConfigVersion: configVersion,
613
>
FailoverVersion: failoverVersion,
614
>
FailoverNotificationVersion: failoverNotificationVersion,
615
>
},
616
>
IsGlobalNamespace: isGlobalNamespace,
617
>
NotificationVersion: notificationVersion,
618
>
}
619
>
err = d.metadataMgr.UpdateNamespace(ctx, updateReq)
620
>
if err != nil {
621
return nil, err
622
}