You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hadoop/apache-ambari-troubleshoot-heartbeat-issues.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Apache Ambari heartbeat issues in Azure HDInsight
3
3
description: Review of various reasons for Apache Ambari heartbeat issues in Azure HDInsight
4
-
ms.service: hdinsight
5
-
ms.topic: troubleshooting
6
4
author: hrasheed-msft
7
5
ms.author: hrasheed
8
6
ms.reviewer: jasonh
9
-
ms.date: 09/11/2019
7
+
ms.service: hdinsight
8
+
ms.topic: troubleshooting
9
+
ms.date: 02/06/2020
10
10
---
11
11
12
12
# Apache Ambari heartbeat issues in Azure HDInsight
@@ -17,7 +17,7 @@ This article describes troubleshooting steps and possible resolutions for issues
17
17
18
18
### Issue
19
19
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.
21
21
22
22
### Cause
23
23
@@ -56,7 +56,7 @@ Due to various ambari-agent bugs, in rare cases, your ambari-agent can have high
56
56
57
57
### Issue
58
58
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.
60
60
61
61
### Cause
62
62
@@ -76,7 +76,7 @@ The alerts are caused by the Ambari agent not running.
76
76
ps -ef | grep failover
77
77
```
78
78
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.
80
80
81
81
## Scenario: Heartbeat lost for Ambari
82
82
@@ -90,7 +90,7 @@ OMS logs are causing high CPU utilization.
90
90
91
91
### Resolution
92
92
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.
0 commit comments