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-stale-alerts.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ In the Apache Ambari UI, you might see an alert like this:
21
21
22
22
## Cause
23
23
24
-
Ambari agents continuously monitor the health of many resources. Each health check, or *alert*, is configured to run at predefined time intervals. After each alert runs, Ambari agents report back the status to the Ambari server. An alert that doesn't run on time is considered*stale*. If the Ambari server detects any stale alerts, it triggers an "Ambari Server Alerts" alert.
24
+
Ambari agents continuously monitor the health of many resources. Each health check, or *alert*, is configured to run at predefined time intervals. After each alert runs, Ambari agents report the status back to the Ambari server. An alert that doesn't run on time generates a*stale alert*. If the Ambari server detects any stale alerts, it triggers an "Ambari Server Alerts" alert.
25
25
26
26
There are various reasons why a health check might not run at its defined interval:
27
27
28
-
* The hosts are under heavy use (high CPU), so that the Ambari agent can't get enough system resources to run the alerts on time.
28
+
* The hosts are under heavy use (high CPU usage), so that the Ambari agent can't get enough system resources to run the alerts on time.
29
29
30
30
* The cluster is busy executing many jobs or services during a period of heavy load.
31
31
32
-
* A small number of hosts in the cluster host many components and are therefore required to run many alerts. If the number of components is large, alert jobs might miss their scheduled intervals.
32
+
* A small number of hosts in the cluster are hosting many components and so are required to run many alerts. If the number of components is large, alert jobs might miss their scheduled intervals.
33
33
34
34
## Resolution
35
35
@@ -67,16 +67,18 @@ To discard a stale alert, disable and then reenable it:
67
67
68
68
### Increase the alert grace period
69
69
70
-
Before an Ambari agent reports that a configured alert missed its schedule, there's a grace period. If the alert missed its scheduled time but was triggered within the alert grace period, the stale alert isn't fired.
70
+
There's a grace period before an Ambari agent reports that a configured alert missed its schedule. If the alert missed its scheduled time but ran within the grace period, the stale alert isn't generated.
71
71
72
-
The default `alert_grace_period` value is 5 seconds. This `alert_grace_period` setting is configurable in `/etc/ambari-agent/conf/ambari-agent.ini`. For those hosts from which stale alerts are fired at regular intervals, try increasing the value to 10. Then, restart the Ambari agent.
72
+
The default `alert_grace_period` value is 5 seconds. You can configure this setting in /etc/ambari-agent/conf/ambari-agent.ini. For hosts on which stale alerts occur at regular intervals, try increasing the value to 10. Then, restart the Ambari agent.
73
73
74
74
## Next steps
75
75
76
-
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:
76
+
If your problem wasn't mentioned here or you're unable to solve it, visit one of the following channels for more support:
77
77
78
-
* Get answers from Azure experts through[Azure Community Support](https://azure.microsoft.com/support/community/).
78
+
* Get answers from Azure experts at[Azure Community Support](https://azure.microsoft.com/support/community/).
79
79
80
-
* Connect with [@AzureSupport](https://twitter.com/azuresupport)- the official Microsoft Azure account for improving customer experience. Connecting the Azure community to the right resources: answers, support, and experts.
80
+
* Connect with [@AzureSupport](https://twitter.com/azuresupport)on Twitter. This is the official Microsoft Azure account for improving customer experience. It connects the Azure community to the right resources: answers, support, and experts.
81
81
82
-
* If you need more help, you can submit a support request from the [Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade/). Select **Support** from the menu bar or open the **Help + support** hub. For more detailed information, review [How to create an Azure support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request). Access to Subscription Management and billing support is included with your Microsoft Azure subscription, and Technical Support is provided through one of the [Azure Support Plans](https://azure.microsoft.com/support/plans/).
82
+
* If you need more help, submit a support request from the [Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade/). To get there, select Help (**?**) from the portal menu or open the **Help + support** pane. For more information, see [How to create an Azure support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request).
83
+
84
+
Support for subscription management and billing is included with your Microsoft Azure subscription. Technical support is available through the [Azure Support Plans](https://azure.microsoft.com/support/plans/).
0 commit comments