Skip to content

Commit a5e162b

Browse files
authored
Merge pull request #270218 from nadiacps/nadiacps-patch-1
Nadiacps patch 1
2 parents 2b60051 + b794251 commit a5e162b

File tree

5 files changed

+79
-60
lines changed

5 files changed

+79
-60
lines changed

articles/hdinsight/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ items:
285285
href: ./hdinsight-known-issues.md
286286
- name: Conda version regression in a recent HDInsight release
287287
href: ./hdinsight-known-issues-conda-version-regression.md
288+
- name: Cluster Reliability Issues
289+
href: ./cluster-reliability-issues.md
290+
- name: Kafka 2.4.1 validation error in ARM templates
291+
href: ./kafka241-validation-error-arm-templates.md
288292
- name: Request increase for CPU core quota
289293
href: ./quota-increase-request.md
290294
- name: Troubleshoot Apache Ambari Metrics Collector
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Cluster reliability issue with older images in HDInsight clusters
3+
description: Cluster reliability issue with older images in HDInsight clusters
4+
ms.service: hdinsight
5+
ms.topic: troubleshooting-known-issue
6+
ms.date: 03/28/2024
7+
---
8+
9+
# Cluster reliability issue with older images in HDInsight clusters
10+
11+
**Issue published date**: October 13, 2023
12+
13+
As part of the proactive reliability management of Azure HDInsight, we recently found a potential reliability issue on HDInsight clusters that use images dated February 2022 or older.
14+
15+
## Issue background
16+
17+
In HDInsight images dated before March 2022, a known bug was discovered on one particular Azure Linux build. The Microsoft Azure Linux Agent (`waagent`), a lightweight process that manages virtual machines, was unstable and resulted in VM outages. HDInsight clusters that consumed the Azure Linux build have experienced service outages, job failures, and adverse effects on features like IPsec and autoscale.
18+
19+
## Required action
20+
21+
If your cluster was created before March 2022, we advise rebuilding your cluster with the latest HDInsight image. Support for cluster images dated before March 2022 ended on November 10, 2023. These images won't receive security updates, bug fixes, or patches, leaving them highly susceptible to vulnerabilities.
22+
23+
> [!IMPORTANT]
24+
> We recommend that you keep your clusters updated to the latest HDInsight version on a regular basis. Using clusters that are based on the latest HDInsight image ensures that they have the latest operating system patches, security patches, bug fixes, and library versions. This practice helps you minimize risk and potential security vulnerabilities.
25+
26+
### FAQ
27+
28+
#### What happens if there's a VM outage in HDInsight clusters that use these affected HDInsight images?
29+
30+
You can't recover such virtual machines through straightforward restarts. The outage could last for several hours and require manual intervention from the Microsoft support team.
31+
32+
#### Is this issue rectified in the latest HDInsight images?
33+
34+
Yes. We fixed this issue on HDInsight images dated on or after March 1, 2022. We advise that you move to the latest stable version to maintain the service-level agreement (SLA) and service reliability.
35+
36+
#### How do I determine the date of the HDInsight image that my clusters are built on?
37+
38+
The last 10 digits in your HDInsight image version indicate the date and time of the image. For example, an image version of 5.0.3000.1.2208310943 indicates a date of August 31, 2022. [Learn how to verify your HDInsight image version](/azure/hdinsight/view-hindsight-cluster-image-version).
39+
40+
41+
#### Resources
42+
43+
- [Create HDInsight clusters by using automation](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods)
44+
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
45+
- [Verify your HDInsight image version](/azure/hdinsight/view-hindsight-cluster-image-version)

articles/hdinsight/hdinsight-component-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This table lists the versions of HDInsight that are available in the Azure porta
1818
| --- | --- | --- | --- | --- | --- | ---|
1919
| [HDInsight 5.1](./hdinsight-5x-component-versioning.md) |Ubuntu 18.0.4 LTS |November 1, 2023 | [Standard](hdinsight-component-versioning.md#support-options-for-hdinsight-versions) | Not announced |Not announced| Yes |
2020
| [HDInsight 5.0](./hdinsight-5x-component-versioning.md) |Ubuntu 18.0.4 LTS |March 11, 2022 | [Standard](hdinsight-component-versioning.md#support-options-for-hdinsight-versions) | Not announced |Not announced| Yes |
21-
| [HDInsight 4.0](hdinsight-40-component-versioning.md) |Ubuntu 18.0.4 LTS |September 24, 2018 | [Standard](hdinsight-component-versioning.md#support-options-for-hdinsight-versions) | Not announced | Not announced |Yes |
21+
| [HDInsight 4.0](hdinsight-40-component-versioning.md) |Ubuntu 18.0.4 LTS |September 24, 2018 | [Standard](hdinsight-component-versioning.md#support-options-for-hdinsight-versions) | March 19, 2025 | March 31, 2025 |Yes |
2222

2323
**Support expiration** means that Microsoft no longer provides support for the specific HDInsight version. You might not be able to create clusters from the Azure portal.
2424

articles/hdinsight/hdinsight-known-issues.md

Lines changed: 6 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure HDInsight known issues
33
description: Track known issues for Azure HDInsight, along with troubleshooting steps, actions, and frequently asked questions.
44
ms.service: hdinsight
55
ms.topic: troubleshooting-known-issue
6-
ms.date: 10/13/2023
6+
ms.date: 03/28/2024
77
---
88

99
# Azure HDInsight known issues
@@ -14,75 +14,22 @@ For service-level outages or degradation notifications, check the [Azure Service
1414

1515
## Summary of known issues
1616

17-
Azure HDInsight has the following known issues:
17+
Azure HDInsight Open known issues:
1818

1919
| HDInsight component | Issue description |
2020
|---------------------|-------------------|
21-
| Kafka | [Kafka 2.4.1 validation error in ARM templates](#kafka-241-validation-error-in-arm-templates) |
22-
| Platform | [Cluster reliability issue with older images in HDInsight clusters](#cluster-reliability-issue-with-older-images-in-hdinsight-clusters)|
21+
| Kafka | [Kafka 2.4.1 validation error in ARM templates](./kafka241-validation-error-arm-templates.md) |
22+
| Platform | [Cluster reliability issue with older images in HDInsight clusters](./cluster-reliability-issues.md)|
2323

24-
### Kafka 2.4.1 validation error in ARM templates
2524

26-
**Issue published date**: October 13, 2023
27-
28-
When you're submitting cluster creation requests by using Azure Resource Manager templates (ARM templates), runbooks, PowerShell, the Azure CLI, and other automation tools, you might receive a "BadRequest" error message if you specify `clusterType = "Kafka"`, `HDI version = "5.0"`, and `Kafka version = "2.4.1"`.
29-
30-
#### Troubleshooting steps
31-
32-
When you're using [templates or automation tools](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods) to create HDInsight Kafka clusters, choose `componentVersion = "2.4"`. This value enables you to successfully create a Kafka 2.4.1 cluster in HDInsight 5.0.
33-
34-
#### Resources
35-
36-
- [Create HDInsight clusters by using automation](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods)
37-
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
38-
- [HDInsight Kafka cluster](/azure/hdinsight/kafka/apache-kafka-introduction)
39-
40-
41-
### Cluster reliability issue with older images in HDInsight clusters
42-
43-
**Issue published date**: October 13, 2023
44-
45-
As part of the proactive reliability management of Azure HDInsight, we recently found a potential reliability issue on HDInsight clusters that use images dated February 2022 or older.
46-
47-
#### Issue background
48-
49-
In HDInsight images dated before March 2022, a known bug was discovered on one particular Azure Linux build. The Microsoft Azure Linux Agent (`waagent`), a lightweight process that manages virtual machines, was unstable and resulted in VM outages. HDInsight clusters that consumed the Azure Linux build have experienced service outages, job failures, and adverse effects on features like IPsec and autoscale.
50-
51-
#### Required action
52-
53-
If your cluster was created before March 2022, we advise rebuilding your cluster with the latest HDInsight image. Support for cluster images dated before March 2022 ended on November 10, 2023. These images won't receive security updates, bug fixes, or patches, leaving them highly susceptible to vulnerabilities.
54-
55-
> [!IMPORTANT]
56-
> We recommend that you keep your clusters updated to the latest HDInsight version on a regular basis. Using clusters that are based on the latest HDInsight image ensures that they have the latest operating system patches, security patches, bug fixes, and library versions. This practice helps you minimize risk and potential security vulnerabilities.
57-
58-
#### FAQ
59-
60-
##### What happens if there's a VM outage in HDInsight clusters that use these affected HDInsight images?
61-
62-
You can't recover such virtual machines through straightforward restarts. The outage could last for several hours and require manual intervention from the Microsoft support team.
63-
64-
##### Is this issue rectified in the latest HDInsight images?
65-
66-
Yes. We fixed this issue on HDInsight images dated on or after March 1, 2022. We advise that you move to the latest stable version to maintain the service-level agreement (SLA) and service reliability.
67-
68-
##### How do I determine the date of the HDInsight image that my clusters are built on?
69-
70-
The last 10 digits in your HDInsight image version indicate the date and time of the image. For example, an image version of 5.0.3000.1.2208310943 indicates a date of August 31, 2022. [Learn how to verify your HDInsight image version](/azure/hdinsight/view-hindsight-cluster-image-version).
71-
72-
#### Resources
73-
74-
- [Create HDInsight clusters by using automation](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods)
75-
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
76-
- [HDInsight Kafka cluster](/azure/hdinsight/kafka/apache-kafka-introduction)
77-
- [Verify your HDInsight image version](/azure/hdinsight/view-hindsight-cluster-image-version)
7825

7926
## Recently closed known issues
8027

8128
Select the title to view more information about that specific known issue. Fixed issues are removed after 60 days.
8229

83-
| Issue ID | Area |Title | Issue publish date| Status |
30+
| Issue ID | Area |Title | Issue published date| Status |
8431
|------------------|------------------------|-------------------------|-------------------|-------|
85-
|Not applicable|Spark|Conda Version Regression in a recent HDInsight release|October 13, 2023|Closed|
32+
|Not applicable|Spark|[Conda Version Regression in a recent HDInsight release](./hdinsight-known-issues-conda-version-regression.md)|October 13, 2023|Closed|
8633

8734
## Next steps
8835

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Kafka 2.4.1 validation error in Azure Resource Manager templates
3+
description: Kafka 2.4.1 validation error in ARM templates Known Issue
4+
ms.service: hdinsight
5+
ms.topic: troubleshooting-known-issue
6+
ms.date: 03/26/2024
7+
---
8+
9+
# Kafka 2.4.1 validation error in ARM templates
10+
11+
**Issue published date**: October 13, 2023
12+
13+
When you're submitting cluster creation requests by using Azure Resource Manager templates (ARM templates), runbooks, PowerShell, the Azure CLI, and other automation tools, you might receive a "BadRequest" error message if you specify `clusterType = "Kafka"`, `HDI version = "5.0"`, and `Kafka version = "2.4.1"`.
14+
15+
## Troubleshooting steps
16+
17+
When you're using [templates or automation tools](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods) to create HDInsight Kafka clusters, choose `componentVersion = "2.4"`. This value enables you to successfully create a Kafka 2.4.1 cluster in HDInsight 5.0.
18+
19+
## Resources
20+
21+
- [Create HDInsight clusters by using automation](/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#cluster-setup-methods)
22+
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
23+
- [HDInsight Kafka cluster](/azure/hdinsight/kafka/apache-kafka-introduction)

0 commit comments

Comments
 (0)