Open peppy opened 2 months ago
Needs further investigation.
I'm not sure there is anything to investigate, the issue seems rather obvious. osu-queue-score-statistics and web-10 live in parallel realities, each sees only their part of scores. osu-queue-score-statistics's rank count processor does not run for legacy scores, and web-10's rank count logic will omit lazer scores because it looks at old tables.
I'm not sure what fixing would entail because that depends on the desired outcome. If rank counts should be uniform regardless of lazer mode then web-10's processing should probably be turned off and queue-score-statistics should take over. If rank counts should change depending on lazer mode then we need new columns or tables to store non-lazer and lazer rank counts separately.
I think we'll want to look at this after we move pp across (shutting down more processing pieces of web-10
).
Discussed in https://github.com/ppy/osu/discussions/29150