Skip to content

Commit 8c0cc43

Browse files
committed
freshness185
1 parent 1efd071 commit 8c0cc43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/hadoop/apache-ambari-troubleshoot-heartbeat-issues.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Apache Ambari heartbeat issues in Azure HDInsight
33
description: Review of various reasons for Apache Ambari heartbeat issues in Azure HDInsight
4-
ms.service: hdinsight
5-
ms.topic: troubleshooting
64
author: hrasheed-msft
75
ms.author: hrasheed
86
ms.reviewer: jasonh
9-
ms.date: 09/11/2019
7+
ms.service: hdinsight
8+
ms.topic: troubleshooting
9+
ms.date: 02/06/2020
1010
---
1111

1212
# Apache Ambari heartbeat issues in Azure HDInsight
@@ -17,7 +17,7 @@ This article describes troubleshooting steps and possible resolutions for issues
1717

1818
### Issue
1919

20-
Ambari agent has high CPU utilization, which results in alerts from Ambari UI that for some nodes the Ambari agent heartbeat is lost. The heartbeat lost alert is usually transient.
20+
Ambari agent has high CPU utilization, which results in alerts from Ambari UI that for some nodes the Ambari agent heartbeat is lost. The heartbeat lost alert is usually transient.
2121

2222
### Cause
2323

@@ -56,7 +56,7 @@ Due to various ambari-agent bugs, in rare cases, your ambari-agent can have high
5656

5757
### Issue
5858

59-
Ambari agent has not started which results in alerts from Ambari UI that for some nodes the Ambari agent heartbeat is lost.
59+
Ambari agent hasn't started which results in alerts from Ambari UI that for some nodes the Ambari agent heartbeat is lost.
6060
6161
### Cause
6262
@@ -76,7 +76,7 @@ The alerts are caused by the Ambari agent not running.
7676
ps -ef | grep failover
7777
```
7878
79-
If failover controller services are not running, it is likely due to a problem prevent hdinsight-agent from starting failover controller. Check hdinsight-agent log from `/var/log/hdinsight-agent/hdinsight-agent.out` file.
79+
If failover controller services aren't running, it's likely due to a problem prevent hdinsight-agent from starting failover controller. Check hdinsight-agent log from `/var/log/hdinsight-agent/hdinsight-agent.out` file.
8080
8181
## Scenario: Heartbeat lost for Ambari
8282
@@ -90,7 +90,7 @@ OMS logs are causing high CPU utilization.
9090
9191
### Resolution
9292
93-
* Disable OMS logging using the [Disable-AzHDInsightOperationsManagementSuite](https://docs.microsoft.com/powershell/module/az.hdinsight/disable-azhdinsightoperationsmanagementsuite?view=azps-2.8.0) PowerShell module.
93+
* Disable Azure Monitor logging using the [Disable-AzHDInsightMonitoring](https://docs.microsoft.com/powershell/module/az.hdinsight/disable-azhdinsightmonitoring) PowerShell cmdlet.
9494
* Delete the `mdsd.warn` log file
9595
9696
---

0 commit comments

Comments
 (0)