---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/troubleshooting/performance/infrastructure/dc-outage.md
  - https://ydb.tech/docs/ru/troubleshooting/performance/infrastructure/dc-outage.md
  - href: en/troubleshooting/performance/infrastructure/dc-outage.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/troubleshooting/performance/infrastructure/dc-outage.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# Data center outages

Data center outages are disruptions in data center operations that could cause service or data unavailability, but YDB has means to avoid it. Various factors, such as power failures, natural disasters, or cyberattacks, may cause these outages. A common fault-tolerant setup for YDB spans three data centers or availability zones (AZs). In this case, YDB can maintain uninterrupted operation even if one data center and a server rack in another are lost. However, it will initiate the relocation of tablets from the offline AZ to the remaining online nodes, temporarily leading to higher query latencies.

## Diagnostics

<!-- The include is added to allow partial overrides in overlays  -->
<!-- source: en/troubleshooting/performance/infrastructure/_includes/dc-outage.md -->
To determine if one of the data centers of the YDB cluster is not available, follow these steps:

1. Open [Embedded UI](https://ydb.tech/docs/en/reference/embedded-ui/index.md).

1. On the **Nodes** tab, analyze the [health indicators](https://ydb.tech/docs/en/reference/embedded-ui/ydb-monitoring.md#colored_indicator) in the **Host** and **DC** columns.

    ![](_assets/cluster-nodes.png)

    If all of the nodes in one of the data centers (DC) are not available, this data center is most likely offline.

    If not, review the **Rack** column to check if all YDB nodes are unavailable in one or more server racks. This could indicate that these racks are offline, which could be treated as a partial data center outage.
<!-- endsource: en/troubleshooting/performance/infrastructure/_includes/dc-outage.md -->

## Recommendations

Contact the responsible party for the affected data center to resolve the underlying issue. If you are part of a larger organization, this could be an in-house team managing low-level infrastructure. Otherwise, contact the cloud service or hosting provider's support service. Meanwhile, check the data center's status page if it has one.

Additionally, consider potential data center outages in the capacity planning process. YDB nodes in each data center should have sufficient spare hardware resources to take over the full workload typically handled by any data center experiencing an outage.
