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

[Backend] Trace-X hungs or idles when opening DetailView Relations #828

Assignees
Labels
backend Backend related issues bug Something isn't working frontend Frontend related Issues

Comments

@mkanal
Copy link
Contributor

mkanal commented Apr 4, 2024

Description

Environment

  • E2E A

Current behavior

  • Relationship is not shown in Detail View
  • Opening Relationship in full-sceen lets application hung or idle for long time
  • There is no close button for Relationship

Expected behavior

  • Relationships are shown without significant and perceptible delay
  • In case the Relationships is opened in full screen, - full screen could be closed.

Root cause

Check the traction battery code table on the specific environment. For some reason the elements will be duplicated after each shell sync (or similiar process). Once there are to many elements related to a part it causes lots of side effects. E.g. long loading selection in table, long waiting times in frontend or even crashes the whole browser instance.

Steps to reproduce the Bug

  1. Open Trace-X
  2. Open Part Details
  3. Open Relationship in Fullscreen mode

Image

Image

@mkanal mkanal added this to Trace-X Apr 4, 2024
@github-project-automation github-project-automation bot moved this to inbox in Trace-X Apr 4, 2024
@ds-mwesener
Copy link
Contributor

HI @mkanal / @jzbmw please prioritize this high as this causes the application to crash.

@ds-mwesener ds-mwesener added backend Backend related issues frontend Frontend related Issues labels Apr 16, 2024
@ds-mwesener ds-mwesener moved this from inbox to next in Trace-X Apr 16, 2024
@ds-mwesener ds-mwesener changed the title Trace-X hungs or idles when opening DetailView Relations [Backend] Trace-X hungs or idles when opening DetailView Relations Apr 16, 2024
@ds-mmaul ds-mmaul added the bug Something isn't working label Apr 16, 2024
@ds-lcapellino ds-lcapellino moved this from next to wip in Trace-X Apr 18, 2024
@ds-lcapellino ds-lcapellino moved this from wip to review in Trace-X Apr 22, 2024
@ds-lcapellino ds-lcapellino moved this from review to test in Trace-X Apr 22, 2024
@ds-crehm
Copy link
Contributor

ds-crehm commented Apr 25, 2024

Tested on E2E A and B. Opening relationship in fullscreen works without significant delays. Application works as expected.
Ready for review.

@ds-crehm ds-crehm reopened this Apr 25, 2024
@ds-crehm ds-crehm assigned jzbmw and unassigned ds-lcapellino Apr 25, 2024
@ds-crehm ds-crehm moved this from test to review in Trace-X Apr 25, 2024
@ds-mwesener ds-mwesener mentioned this issue Apr 25, 2024
2 tasks
ds-mwesener pushed a commit that referenced this issue Apr 25, 2024
ds-mwesener pushed a commit that referenced this issue Apr 25, 2024
ds-mwesener added a commit that referenced this issue Apr 25, 2024
ds-mwesener pushed a commit that referenced this issue Apr 25, 2024
ds-mwesener added a commit that referenced this issue Apr 25, 2024
ds-mwesener pushed a commit that referenced this issue Apr 25, 2024
ds-mwesener added a commit that referenced this issue Apr 25, 2024
@jzbmw jzbmw closed this as completed Apr 30, 2024
@jzbmw jzbmw moved this from review to done in Trace-X Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment