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

Filtering Issues Causes Infinite Loading and API Timeout #82445

Open
dalnoki opened this issue Dec 20, 2024 · 2 comments
Open

Filtering Issues Causes Infinite Loading and API Timeout #82445

dalnoki opened this issue Dec 20, 2024 · 2 comments
Labels
Product Area: Issues Sync: Jira Apply to auto-create a Jira shadow ticket

Comments

@dalnoki
Copy link
Contributor

dalnoki commented Dec 20, 2024

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Navigate to the issues page of the org mentioned in the shadow ticket

    • Environment: prod
    • Period: 90 days
  2. Observe the issues displayed without any filters applied. The issues load as expected.

  3. Apply the following filter:

    !error.type:HTTPException is:unresolved
    
  4. When loading this URL, the page enters an infinite loading state and no issues are displayed.

The customer attempted to replicate the query using the API to debug further.

More information in this internal Jira ticket.

Expected Result

  • The filter should be applied successfully, and the issues list should update to reflect the filtered results.
  • The API should return a response for the specified query within a reasonable time.

Actual Result

  • The web interface gets stuck in an infinite loading state after applying the filter.
  • The API call times out when attempting the same query.

Product Area

Issues

Link

No response

DSN

No response

Version

No response

@dalnoki dalnoki added the Sync: Jira Apply to auto-create a Jira shadow ticket label Dec 20, 2024
@getsantry
Copy link
Contributor

getsantry bot commented Dec 20, 2024

Auto-routing to @getsentry/product-owners-issues for triage ⏲️

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 20, 2024
@dalnoki dalnoki added Sync: Jira Apply to auto-create a Jira shadow ticket and removed Sync: Jira Apply to auto-create a Jira shadow ticket labels Dec 20, 2024
@InterstellarStella InterstellarStella added Sync: Jira Apply to auto-create a Jira shadow ticket and removed Sync: Jira Apply to auto-create a Jira shadow ticket labels Dec 20, 2024
@armenzg
Copy link
Member

armenzg commented Dec 20, 2024

I can verify that the UI hangs infinitely and that the endpoint call takes forever.

https://us.sentry.io/api/0/organizations/<foo>/issues/?collapse=stats&collapse=unhandled&environment=prod&expand=owners&expand=inbox&limit=25&project=<bar>&query=%21error.type%3AHTTPException%20is%3Aunresolved&savedSearch=0&shortIdLookup=1&statsPeriod=90d&utc=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Area: Issues Sync: Jira Apply to auto-create a Jira shadow ticket
Projects
Status: No status
Development

No branches or pull requests

3 participants