Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23ea41d

Browse files
authoredOct 11, 2021
Update kafka-troubleshoot-full-disk.md
1 parent d909c15 commit 23ea41d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
 

‎articles/hdinsight/kafka/kafka-troubleshoot-full-disk.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: Broker fails to start due to a full disk in Azure HDInsight
33
description: Troubleshooting steps for Apache Kafka broker process that can't start due to disk full error.
44
ms.service: hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 10/08/2021
6+
author: Jacky-hdi
7+
ms.author: linjzhu
8+
ms.date: 10/11/2021
79
---
810

911
# Scenario: Brokers are unhealthy or can't restart due to disk space full issue
1012

11-
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
13+
This article describes troubleshooting steps and possible resolutions for issues using Apache Kafka in Azure HDInsight clusters.
1214

1315
## Issue
1416

@@ -44,10 +46,11 @@ To mitigate the issue:
4446
```
4547

4648
3. Back up the files that are older than the new retention time.
49+
4750
4. When there is some free space available, you can restart the brokers to use the new retention time configuration. Restarting the brokers cleans the older logs and frees up some space on disk.
4851

49-
> [!IMPORTANT]
50-
> Sometimes, taking a backup might not be an option because either the OS disk might get full or it would overload other Kafka disks. In this scenario, you might have to delete files that are older than the retention time.
52+
> [!IMPORTANT]
53+
> Sometimes, taking a backup might not be an option because either the OS disk might get full or it would overload other Kafka disks. In this scenario, you might have to delete files that are older than the retention time.
5154

5255
## Resolution
5356

@@ -57,8 +60,8 @@ To avoid these scenarios, consider using one of the following options:
5760

5861
- If the partitions are too large, increase the number of partitions for the heaviest topics.
5962

60-
> [!NOTE]
61-
> Increasing the partitions in an existing topic doesn't reorganize the data in the topic. You must first manually copy data from an old, low-partition topic to a new, higher-partition topic.
63+
> [!NOTE]
64+
> Increasing the partitions in an existing topic doesn't reorganize the data in the topic. You must first manually copy data from an old, low-partition topic to a new, higher-partition topic.
6265
6366
- Scale out the cluster and rebalance all the partitions across multiple disks.
6467

0 commit comments

Comments
 (0)
Please sign in to comment.