Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.3.0
-
None
-
ghx-label-6
Description
In multiple executor group setup, some trivial query like "select 1;" fail admission with "No mapping found for request" error message. Cases in the following code does not seem to set group name prefix when they break the loop early.
https://github.com/apache/impala/blob/cd9f3f578ef1bceeb5c48354fb9d2d6292ff5155/fe/src/main/java/org/apache/impala/service/Frontend.java#L2048-L2059