diff --git a/docs/topics/impala_admission.xml b/docs/topics/impala_admission.xml
index 5de246bf5..317fa80ef 100644
--- a/docs/topics/impala_admission.xml
+++ b/docs/topics/impala_admission.xml
@@ -50,6 +50,11 @@ under the License.
before returning with an error. These queue settings let you ensure that queries do
not wait indefinitely, so that you can detect and correct starvation
scenarios.
+ Queries, DML statements, and some DDL statements, including
+
Enable this feature if your cluster is
underutilized at some times and overutilized at others. Overutilization is indicated by performance
@@ -765,38 +770,42 @@ impala.admission-control.pool-queue-timeout-ms.
- To see how admission control works for particular queries, examine the profile output for the query. This
- information is available through the
- Remember that the limits imposed by admission control are
- In
- The statements affected by the admission control feature are primarily queries, but also include statements
- that write data such as
- Although admission control does not scrutinize memory usage for other kinds of DDL statements, if a query
- is queued due to a limit on concurrent queries or memory usage, subsequent statements in the same session
- are also queued so that they are processed in the correct order:
-
- If you set up different resource pools for different users and groups, consider reusing any classifications
- you developed for use with Sentry security. See
- For details about all the Fair Scheduler configuration settings, see
- soft
limits.
- The decentralized nature of this mechanism means that each Impala node makes its own decisions about whether
- to allow queries to run immediately or to queue them. These decisions rely on information passed back and forth
- between nodes by the statestore service. If a sudden surge in requests causes more queries than anticipated to run
- concurrently, then throughput could decrease due to queries spilling to disk or contending for resources;
- or queries could be cancelled if they exceed the
+ In
+ If you set up different resource pools for different users and
+ groups, consider reusing any classifications you developed for use
+ with Sentry security. See
+ For details about all the Fair Scheduler configuration settings, see
+