Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-1
Description
Currently, when making a decision whether to admit a query or not, the log has the following format:
I0705 14:43:04.031771 7388 admission-controller.cc:442] Stats: agg_num_running=1, agg_num_queued=0, agg_mem_reserved=486.74 MB, local_host(local_mem_admitted=0, num_admitted_running=0, num_queued=0, backend_mem_reserved=56.07 MB)
Since it's also possible to queue queries due to one node not being able to reserve the required memory, we should also log the max(backend_mem_reserved) across all nodes.