-
Notifications
You must be signed in to change notification settings - Fork 220
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
Solution is shown under "All Solutions" but not under "My Solutions" on kata solutions page #1884
Comments
Looks exactly like #41 to me - you can't see your solution in any of the tabs but |
@FArekkusu please read carefullly
that's exactly the opposite since if I click "My solutions" is not visible but when I go to "All solutions" I can see it |
In the screenshot I see it only in the "Compare with you solution" section, which can show even non-finally-submitted solutions. Is it in the list too? |
@javatlacati : your solution is nowhere shown in any tab of the solutions page. The "past solutions" tab in the trainer behaves the same way than the "compare with your solution" button in the solution page. => Behaviors are inconsistent betwwen the different features, but there is nothing new here. You should resolve this one. |
@kazk - our clan has been running into this issue with increasing frequency (I can link to affected katas if it will help). I have seen other similar bugs reported here as well. Is the cause of this issue known? Any estimate on when it might be fixed? I even tried a Red subscription to see if that might affect things but am still seeing the same behavior. |
@highspotjeremy: there is a known bug about this, related to the routine that is grouping solutions together. Generally, it goes one of those two ways:
but solution grouping is quite buggy, yes. |
@Blind4Basics - this is definitely #2. The newer submissions are not showing up in "My Solutions," but those from a year or two ago are (this is pretty consistent when we do run into it). The same is true for "Solutions of Users I am Following." It's also definitely not a grouping issue, because it's affecting ALL newer submissions even when not similar to any other. If I had to venture a guess, I would say this looks like an indexing or query limit issue of some sort. It does seem to happen more often for katas with a large number of submitted solutions. For example, today we had no problems with one that has 3,926 solutions but did with one that has 29.855. |
oh, yeah, there is another possible problem: some kata have too much solutions already and it's actually not possible to store the new ones, yes. It's a known problem too. |
Unique ones are stored in a new group, so it's still part of the grouping process. These solution groups are stored terribly (#2263 (comment)) and the code is a huge mess.
There are multiple known causes and unknowns:
No. I can't estimate because I don't know when I have the time to work on Codewars, espcially larger tasks like these. |
It happens to me he opposite of issue #41 .
if I go to solutions page I can see my solution
but if I go to My Solutions page it says that there are no solutions and even nothing is shown in the browser console
┆Issue is synchronized with this Clickup by Unito
The text was updated successfully, but these errors were encountered: