trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
122 stars 47 forks source link

history routedTo lists duplicate #353

Open Chaho12 opened 1 month ago

Chaho12 commented 1 month ago

i have 4 clusters here but in history page, routedTo lists it differently image image

ytwp commented 1 month ago

Is proxyTo the same ?

Chaho12 commented 3 weeks ago

@ytwp yeah

ytwp commented 3 weeks ago

@Chaho12 query_history does not record the routing_group field, which seems to be indistinguishable. 😰😰 It may be necessary to discuss adding a field or deleting this tag.

Chaho12 commented 3 weeks ago

Hmm, what do you prefer? Adding a foreign key field in history backend_name refering to gateway_backend.name sounds ok.

ytwp commented 3 weeks ago

Hmm, what do you prefer? Adding a foreign key field in history backend_name refering to gateway_backend.name sounds ok.

I think it works.