Huge error after refreshing new memetracker for first time
bflora - August 31, 2008 - 03:53
| Project: | Memetracker |
| Version: | 6.x-1.1-alpha6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Got a ton of machinelearning api errors after I createe a new memetracker and hit refresh for the first time.
See for yourself.

#1
Yeah, 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.