Skip to content

Commit e9b16c3

Browse files
Merge pull request #251457 from v-akarnase/patch-9
Update troubleshoot-workload-management-issues.md
2 parents 03494da + a2548ac commit e9b16c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/interactive-query/troubleshoot-workload-management-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: hdinsight
66
ms.topic: troubleshooting
77
author: reachnijel
88
ms.author: nijelsf
9-
ms.date: 07/19/2022
9+
ms.date: 09/14/2023
1010
---
1111

1212
# Troubleshoot Hive LLAP Workload Management issues
@@ -39,7 +39,7 @@ WLM entities information can also be viewed from following tables in Hive Metast
3939

4040
## WLM metrics
4141

42-
WLM Metrics can be accessed directly via HS2Interactive UI under the Metrics Dump Tab. <br>
42+
WLM Metrics can be accessed directly via `HS2Interactive` UI under the Metrics Dump Tab. <br>
4343
:::image type="content" source="./media/hive-workload-management/hs2-interactive-wlm.jpg" alt-text="HS2 Interactive UI." lightbox="./media/hive-workload-management/hs2-interactive-wlm.jpg":::
4444

4545
Example metrics published by WLM for a given pool in a resource plan.
@@ -56,7 +56,7 @@ Example metrics published by WLM for a given pool in a resource plan.
5656
"NumExecutorsMax" : 10
5757
```
5858

59-
HS2Interactive UI may not work for the ESP(Enterprise Security Package) enabled clusters released before Apr 2021. In such cases, WLM-related metrics can be obtained from customized Grafana dashboards.
59+
`HS2Interactive` UI may not work for the ESP(Enterprise Security Package) enabled clusters released before Apr 2021. In such cases, WLM-related metrics can be obtained from customized Grafana dashboards.
6060
<br>
6161
The metrics name follows the below patterns:
6262
```
@@ -97,7 +97,7 @@ CREATE POOL wlm_basic.default WITH ALLOC_FRACTION = 0.5, QUERY_PARALLELISM = 2,
9797
Running queries in WLM can get killed automatically for following cases:
9898
1. When Move Trigger is applied to a query and destination pool that doesn't have any Tez AMs available, then query is killed instead. <br>
9999
The above is a design limitation of WLM feature. You can work around this feature by increasing the `QUERY_PARALLELISM` property for the destination pool so that even for maximum load scenario, the queries submitted to the cluster can be supported by this pool. Also, tune the `wm` queue size to accommodate this change. <br>
100-
2. When WLM is disabled, all the inflight queries will fail with following exception pattern:
100+
2. When WLM is disabled, all the inflight queries fail with following exception pattern:
101101
```
102102
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Dag received [DAG_TERMINATE, DAG_KILL] in RUNNING state.
103103
```

0 commit comments

Comments
 (0)