Hy
let's say there are two data centers A & B, in this case , if replication link is offline, which means the link between A & B, then Quorum will pick a winner, let's say if the winner is A, then Data center A will keep on providing services and Data center B will enter invalid state, In this time, any changes made in DC A will be stored in a log file, and when the link is back online, DC B will sync with DC A using those logs. Same will be the case if DC B is picked as a winner.
@Werido