lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

Presto UI keeps on refreshing while hitting different backends #117

Closed ayushbilala closed 4 years ago

ayushbilala commented 4 years ago

I configured two backends with routingGroup set as "adhoc". For viewing the query details, I clicked on the Query ID in Gateway UI which redirected me to Presto UI, and then UI keeps on refreshing very frequently. Apparently it tries connecting to both the backends. I am using Presto 337.

Slack Thread: https://prestosql.slack.com/archives/CG9K9MX1V/p1598462685005100

ayushbilala commented 4 years ago

Somehow managed to make it work by making use of Fixed User Authentication for Web UI.