The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I refresh data incrementally and use 13 partitions, the datasource is trino server. When it executes, trino dashboard can see a lot of Finshing query, the sql is as follows
select node_version from system.runtime.nodes where coordinator=true
It's state is FINSHING, and will be changed to "EXTERNAL ERROR — ABANDONED_QUERY" after 5 MINS.
When the sql is stuck in the FINSHING state, Trino Coordinator can't resolve new query, all the new query are stuck in QUEUED state. And this time, Coordinator node laod is not high.
After 5 minutes, the query state is changed to "EXTERNAL ERROR — ABANDONED_QUERY". And other queued query is recovered.
I suspect the problem is that the connection is not closed after select nodeversion query executes.
I want know what means this query, and how can i resolve this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.