Page 1 of 1

ts not updating

Posted: 07 Jan 2018, 19:57
by PtaQ
Is there some problem with SLDB? I've checked exact ts values of some different players on BA10, they are not changing since about a week .

Re: ts on updating

Posted: 07 Jan 2018, 20:02
by Silentwings
Replay site also seems to have an issue (all TS displayed as "none") - for example, on http://replays.springrts.com/replay/d36 ... 14d91cd46/

Re: ts on updating

Posted: 08 Jan 2018, 07:53
by dansan
Hmm... SLDB is still responding to queries regarding player stats, but not regarding match stats (no even those it did rate once)... I'll PM bibim.

Re: ts not updating

Posted: 10 Jan 2018, 16:58
by bibim
Oups, when I coded SLDB back in 2011/2012 I just didn't provide table partitionning for years >2017, so the rating engine stopped by itself due to SQL error when it tried to rate the first game of 2018 :oops:

And I was traveling lately so I didn't notice the problem and couldn't take a look at it until right now.
Fortunately the fix is quite simple, it's just a matter of adding partitions for a few tables, which I just did.

All matches results were still stored so don't worry. I just restarted the rating engine which is now computing automatically all matches which couldn't be rated previously due to this bug.

Re: ts not updating

Posted: 10 Jan 2018, 20:21
by PtaQ
I'm glad it could be fixed so easily, thanks!