-
Notifications
You must be signed in to change notification settings - Fork 27
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
Rogue Garbage Collector #6087
Comments
I wonder if this issue is also affecting the end-to-end tests with anonymous users, which get logged out before the test finishes. |
I think we do have a mess with the session IDs. Also if you duplicate a tab you get the same one I think |
Issue: I guess GC wrongly deduces the trigger of the shutdown of the service, because of multiple sessions |
Totally normal, this means that each "tab"(session_id) has an opened project.
very good to know this, good that you checked
Somewhere in the code there is an issue on how it decides that a project is active or not. |
Here are new findings that I think explain what is going on. For info @matusdrobuliak66 , @GitHK , @mguidon , @odeimaiz Here is the mechanism to uniquely identify browser tab/project of a user
Here is how the GC works:
Now after playing with @mguidon 's laptop we observed the following:
Actions
|
Which deploy/s?
All
Current Behavior
I think I could (togehter with @matusdrobuliak66) finally reproduce why the garbage collector is treating me like garbage:
The text was updated successfully, but these errors were encountered: