812
// Allow updating cluster metadata if global namespace is disabled
813
if !currentClusterDBRecord.IsGlobalNamespaceEnabled && currentClusterMetadata.EnableGlobalNamespace {
814
>
currentClusterDBRecord.IsGlobalNamespaceEnabled = currentClusterMetadata.EnableGlobalNamespace
fx.go
815
>
currentClusterDBRecord.InitialFailoverVersion = currentCLusterInfo.InitialFailoverVersion
816
>
currentClusterDBRecord.FailoverVersionIncrement = currentClusterMetadata.FailoverVersionIncrement
817
>
updateDBRecord = true
818
>
}
819
if currentClusterDBRecord.ClusterAddress != currentCLusterInfo.RPCAddress {
820
>
currentClusterDBRecord.ClusterAddress = currentCLusterInfo.RPCAddress
fx.go
821
>
updateDBRecord = true
822
>
}
823
if currentClusterDBRecord.HttpAddress != currentCLusterInfo.HTTPAddress {
824
currentClusterDBRecord.HttpAddress = currentCLusterInfo.HTTPAddress