I posted an answer to this question: Checking a line segment is within a distance from a point

The answer was upvoted but I later deleted it because I realized the answer was incorrect. However, my reputation still reflects the upvote. Is this a bug?

link|improve this question
thanks. i did that and i just lost 58 rep instead of 10. ...is this a bug? – Agnel Kurian May 21 '11 at 5:40
2  
Not necessarily. As Jeff mentioned there are many factors that can lead to reputation loose/gain. Deleted items/users, questions converted into community wikis, etc. – yms May 21 '11 at 6:03
feedback

2 Answers

up vote 10 down vote accepted

For performance reasons, reputation is denormalized. Common events are reflected in reputation immediately. Rare events aren't always.

Other things that will affect your reputation, that won't happen immediately:

  • if a question is deleted
  • if a user is deleted (this also removes all their votes, accepts, etc)

There are also deletions that can affect your rep because they disrupt the historic timeline; if a user was at the 200 rep cap for a day, but a question during that day is deleted, this could mean that user was no longer capped. The old "let's go back in time and kill {evil dictator}" type thing.

You will lose the reputation the next time your reputation is recalculated.

link|improve this answer
Are the accepts from deleted users removed (previously accepted answers becoming unaccepted), or just the rep gain from those accepts removed? – Fred Nurk May 21 '11 at 5:44
feedback

You can force a recalculation of your reputation by going to stackoverflow.com/reputation after logging in, and pressing the button recalc. Take a look at this meta-question and this one for a bit more of details about reputation recalcs.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged