You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort players by rating descending inside balancer_server. Specifically a bug was introduced in this commit: 4a90ab1
where players were sorted by player name descending. While reverting the commit fixes this, there are a lot of inefficiencies. In the old code we need to calculate the rating type and then fetch the rating for each player again. If it was presorted, then spads_controller would not need to sort it.
The text was updated successfully, but these errors were encountered:
Just to add comment this is a ticket to make it more efficient - not to fix the bug. You can fix the bug by reverting your commit or reverting part of it.
Describe the Feature
Sort players by rating descending inside balancer_server. Specifically a bug was introduced in this commit: 4a90ab1
where players were sorted by player name descending. While reverting the commit fixes this, there are a lot of inefficiencies. In the old code we need to calculate the rating type and then fetch the rating for each player again. If it was presorted, then spads_controller would not need to sort it.
The text was updated successfully, but these errors were encountered: