Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YQL query steps redirect on a wrong page #369

Closed
Krock21 opened this issue Feb 20, 2024 · 2 comments
Closed

YQL query steps redirect on a wrong page #369

Krock21 opened this issue Feb 20, 2024 · 2 comments
Labels
query-tracker All related to Queries page

Comments

@Krock21
Copy link
Member

Krock21 commented Feb 20, 2024

Clicking on circles in "progress" tab of YQL queries should redirect to corresponding operation.
It redirects to main page now for our clusters. It redirected me to a wrong page once somewhere
Screenshot 2024-02-20 at 17 23 23

@evtaranov evtaranov pinned this issue Feb 22, 2024
@evtaranov evtaranov unpinned this issue Feb 22, 2024
@Krock21
Copy link
Member Author

Krock21 commented Feb 22, 2024

Progress field contains this value for circles, so information about operation id is available
"remoteId": "http-proxies.cluster-name.svc.cluster.local/9b913858-OPERATION-ID-602cd533",

@ma-efremoff ma-efremoff added the query-tracker All related to Queries page label Mar 7, 2024
@Krock21
Copy link
Member Author

Krock21 commented Mar 8, 2024

The issue was that UI parses remoteId for cluster name and this parsing breaks if the cluster is managed by kubernetes and has specific internal urls

We agreed to try to add a new field cluster_name so UI can use it to create correct links to operations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
query-tracker All related to Queries page
Projects
None yet
Development

No branches or pull requests

2 participants