-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Users sometimes show up multiple times in the user list, and never go away #1207
Closed
2 of 3 tasks
Labels
balancer
Improvements or additions to the load balancer
bug
Something isn't working
regression
An intentional behavior that worked before does not work now
Milestone
Comments
dyc3
added
bug
Something isn't working
regression
An intentional behavior that worked before does not work now
client
Improvements or additions to the web client
server
Improvements or additions to the server
labels
Jan 9, 2024
dyc3
added a commit
that referenced
this issue
Jan 9, 2024
dyc3
added a commit
that referenced
this issue
Jan 9, 2024
This comment was marked as outdated.
This comment was marked as outdated.
dyc3
added
balancer
Improvements or additions to the load balancer
and removed
server
Improvements or additions to the server
client
Improvements or additions to the web client
labels
Jan 9, 2024
Actually, I don't think there's anything wrong with the balancer that's causing this. I think I've narrowed it to a problem in the monolith. I think what's happening is that it's not properly removing clients when balancers get disconnected. I've found a repro, updated it in the issue description. |
github-project-automation
bot
moved this from In Progress
to Done
in OTT Horizontal Scaling
Jan 12, 2024
cjrkoa
pushed a commit
to cjrkoa/opentogethertube
that referenced
this issue
Jan 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
balancer
Improvements or additions to the load balancer
bug
Something isn't working
regression
An intentional behavior that worked before does not work now
Current Behavior
Sometimes, after a while of using OTT, users will show up in the user list multiple times.
Expected Behavior
When users disconnect, they should always be removed from the user list.
Steps To Reproduce
Environment
Anything else?
Found while testing the load balancer on the staging branch, but I've seen this happen before too.
The text was updated successfully, but these errors were encountered: