[
https://issues.apache.org/jira/browse/KYLIN-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guangyuan Feng updated KYLIN-5545:
----------------------------------
Description:
There are two issues will decrease the stability of Kylin:
# Missed some places to cancel the planning/running queries if occurred
interruptions, leading to the useless consumptions of calculating resources.
# Don't limit the number of queries that can be pushed down, leading to too
many queries to run, evenly to a OOM.
So it's great to have a PR to improve/solve the above issues.
was:
There are two issues will decrease the stability of Kylin:
# Don't try best to cancel the running queries if occurred interruptions,
leading to the useless consumptions of calculating resources.
# Don't limit the number of queries that can be pushed down, leading to too
many queries to run, evenly to a OOM.
> Try best to interrupt running queries and limit the number of queries to run
> ----------------------------------------------------------------------------
>
> Key: KYLIN-5545
> URL: https://issues.apache.org/jira/browse/KYLIN-5545
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 5.0-alpha
> Reporter: Guangyuan Feng
> Priority: Major
> Fix For: 5.0-alpha
>
>
> There are two issues will decrease the stability of Kylin:
> # Missed some places to cancel the planning/running queries if occurred
> interruptions, leading to the useless consumptions of calculating resources.
> # Don't limit the number of queries that can be pushed down, leading to too
> many queries to run, evenly to a OOM.
> So it's great to have a PR to improve/solve the above issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)