Closed lpinne closed 2 months ago
Hi,
more consistent with other examples would be:
Multi-Tier Replication (A => B -> C) = shouzld be => Multi-Tier Replication ([A => B] -> C)
Multi-Target Replication (A <= B -> C) = should be => Multi-Target Replication ([A <= B] -> C)
Regards, Lars
Hi, right below this link https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-scaleout-multitarget-perfopt-15/index.html#id-1.5.8.5 there are two incorrect sets of brackets.
Multi-Tier Replication (A => B -> C) = shouzld be => Multi-Tier Replication (A => B) -> C
Multi-Target Replication (A <= B -> C) = should be => Multi-Target Replication (A <= B) -> C
Rational: The brackets are showing what sites are controlled by the cluster. The cluster can control only two sites. So the third site with async replication needs to be outside the brackets.
Regards, Lars