about redshift HA, what happens when the header node fails.

0

what happens when the header node fails. will the cluster fails? and what is the RTP and RPO if it recovers.

thanks.

AWS
已提問 6 年前檢視次數 418 次
1 個回答
0
已接受的答案

Amazon Redshift will automatically detect and replace a failed node in your data warehouse cluster. As to RTO, it depends on many factors and can span anywhere between minutes to an hour. AWS does not promise an SLA.

As to RPO, it depends on the size of your Redshift cluster. If this is a single-node cluster (which is NOT recommended for customer production use), there is only one copy of the data in the cluster. When it is down, AWS needs to restore the cluster from the most recent snapshot on S3 and that becomes your RPO. For a multi-node Redshift cluster, when a lead node is down, the cluster will be down. But once the failed lead node recovers, the cluster comes back up at exactly the same point as when it crashed (including all successfully committed transactions up to crash). So there will be no data loss. For those "in flight" transactions that were interrupted by the crash, you need to re-run them.

專家
已回答 6 年前
profile picture
專家
已審閱 12 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南