Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-3
Description
Currently admission controls don't have a globally consistent view of how many queries have admitted so different coordinators can over-admit if queries arrive at multiple coordinators in-between topic updates. Topic updates happen every 2s by default. Worse, admission control topic updates can get stuck behind large catalog updates.
IMPALA-3649 proposes having a globally consistent view of admission control, which will require architectural changes.
In the meantime we could reduce the problem by increasing the frequency of topic updates for admission control and separating them from the larger catalog updates.
Attachments
Issue Links
- is related to
-
IMPALA-6583 Various tests fail with missing database or table from catalog
- Resolved
-
IMPALA-6785 Starting an Impalad on an already running cluster may result in inconsistent cluster subscription
- Resolved
-
IMPALA-4140 Increase default threadpool size for statestore heartbeat and topic update
- Resolved
- relates to
-
IMPALA-3649 Globally consistent admission control
- Open