Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.