Active
Project:
Memetracker
Version:
6.x-1.1-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2008 at 03:53 UTC
Updated:
31 Aug 2008 at 08:21 UTC
Got a ton of machinelearning api errors after I createe a new memetracker and hit refresh for the first time.
See for yourself.
Comments
Comment #1
kyle_mathews commentedYeah, that's more shocking looking than bad. Distance scores between nodes are stored in the database. If a distance score is already stored in the database, it shouldn't be recalculated again. Sometimes (herein lies the bug) they are and when Memetracker tries to insert them again into the database, the database complains.
So this bug, while annoying, doesn't actually harm anything other than wasting a bit of processor time recalculating distance scores.
Thanks for the bug report -- I'll see if I can out why distance scores are being recalculated.