Member since
03-28-2018
369
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2095 | 11-19-2024 10:45 AM | |
| 3988 | 10-20-2023 11:53 AM |
04-15-2025
09:47 AM
The key part of error is this: Failed to increase reservation by 429.94 MB because it would exceed the applicable reservation limit for the "Process" ReservationTracker: reservation_limit=255.00 GB reservation=255.00 GB The Impala Daemon hydwtbdn1.icicisecurities.corp does not have enough process memory to reserve for the new query. Basically too many queries are reserving too much memory concurrently at the same time. So this new query coming in could not run as not enough memory was available. Either reduce concurrency of queries to be able to run the query. Or set memory limits for queries so that each individual query reserves less memory. https://docs.cloudera.com/runtime/7.3.1/impala-manage/topics/impala-admission.html Or you can give Impala more process mem_limit in Configurations.
... View more
11-22-2024
03:22 PM
2 Kudos
@cvonschrott Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @ezerihun has requested? Thanks.
... View more
11-07-2023
05:40 PM
@Seaport Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @ezerihun has requested? Thanks.
... View more
10-24-2023
07:29 AM
Great! Yes, your new explanation matches what is expected in documentation and my personal reproduction. I am glad it is all sorted out now.
... View more