trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cluster is missing static attributes if query cluster returns null response

andythsu opened this issue · comments

If http endpoint returns null or empty response, clusterstat is missing static attributes such as proxyTo. These attributes belong to backend and not on cluster stats. This is due to

We can add the backend attributes before returning.