Skip to content

Searches for workspaces never return #8005

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

Closed
Tracked by #7597
meysholdt opened this issue Feb 3, 2022 · 3 comments · Fixed by #8094
Closed
Tracked by #7597

Searches for workspaces never return #8005

meysholdt opened this issue Feb 3, 2022 · 3 comments · Fixed by #8094
Assignees
Labels
team: webapp Issue belongs to the WebApp team

Comments

@meysholdt
Copy link
Member

Bug description

When searching for a workspaceID (e.g. 0a88a641-6bfb-4fe1-8924-84c7e98bff07) on https://gitpod.io/admin/workspaces, the icon (magnification glass) keeps spinning for 10min+ and I never get search results.

Steps to reproduce

(see above)

Workspace affected

No response

Expected behavior

The search should return in less than a second.

Example repository

No response

Anything else?

Is there maybe an index on the DB missing? I assume this would need to be a full-text index over multiple columns. Not sure if MySQL can do that or if this has other unwanted side-effects.

@atduarte atduarte added the team: webapp Issue belongs to the WebApp team label Feb 3, 2022
@laushinka
Copy link
Contributor

laushinka commented Feb 3, 2022

Yes, currently we search on the contextURL and we have no index there. We should work on this soon as this problem was raised multiple times. @jldec

@laushinka
Copy link
Contributor

Current Honeycomb duration tracing[1] (thanks, @mads-hartmann!)

@laushinka laushinka moved this from Scheduled to In Progress in 🍎 WebApp Team Feb 8, 2022
Repository owner moved this from In Progress to Done in 🍎 WebApp Team Feb 9, 2022
@laushinka
Copy link
Contributor

Comparison tracing[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: webapp Issue belongs to the WebApp team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants