aliyun / alibabacloud-odps-maxframe-client

Apache License 2.0
3 stars 1 forks source link

MCQA is disabled during a long running job without any new SQL submission #8

Open ericpai opened 1 month ago

ericpai commented 1 month ago

The error log

2024-05-30 13:58:02.000 [WARNING] FrameDriverWebApp - core.py - 47: [Session=3601cfcf2ed74d9c83f96cd9ef81ea4d DAG=cd80b6c01b6c4f20854a6a9dcd88acce SubDAG=2977be3e04bc494287c91af5a365d527] SQL submission in MCQA failed. Error message: Waited 60.4 seconds, but session is not started.

As MCQA session will be closed if there's no any new SQL submitted in 15 minutes. We should recover the MCQA session in such scenario.