trino.task.running_tasks
Tasks currently executingDimensions:None
Available on:
Prometheus (1)
Interface Metrics (1)
Sources
Technical Annotations (28)
Configuration Parameters (11)
fault-tolerant-execution-standard-split-sizerecommended: 64MBfault-tolerant-execution-max-task-split-countrecommended: 2048task.concurrencyrecommended: 4task.max-drivers-per-taskrecommended: 8task.http-timeout-threadsrecommended: 15-20task.http-response-threadsrecommended: 300experimental.thread-per-driver-scheduler-enabledrecommended: falsequery.remote-task.max-error-durationrecommended: 1mtask.min-driverstask.low-memory-killer.policyrecommended: least-wasteretry-policyrecommended: TASKError Signatures (2)
SERVICE_UNAVAILABLEhttp statusjava.util.concurrent.TimeoutException: Total timeout 10000 ms elapsedexceptionCLI Commands (1)
EXPLAIN ANALYZE VERBOSEdiagnosticTechnical References (14)
worker parallelismconceptquery splitsconceptWAITINGconceptTIMED_WAITINGconceptio.trino.operator.ScanFilterAndProjectOperatorcomponentio.trino.parquet.reader.PrimitiveColumnReadercomponentstage 0conceptthread-per-driver schedulercomponenttrino.execution.executor:name=TaskExecutor.RunningSplitscomponenthttp://worker:9300/v1/jmx/mbeanfile pathcoordinatorcomponentremote taskcomponentbucketingconceptbloom filterconceptRelated Insights (8)
Improper task sizing prevents query completionwarning
▸
Worker parallelism drops to zero with threads stuck in WAITING statecritical
▸
Long-running tasks accumulate on single worker causing timeoutscritical
▸
Thread-per-driver scheduler causes worker communication timeouts and 503 errorscritical
▸
Remote task failures from coordinator communication timeoutwarning
▸
ETL workloads suffer I/O bottlenecks and uneven worker resource utilizationwarning
▸
Underutilized worker resources from low task.min-drivers settinginfo
▸
Tasks killed by low memory killer with inefficient waste handlingcritical
▸