x5315 | 7 years ago | on: Is Twitter causally-consistent?
x5315's comments
x5315 | 7 years ago | on: Is Twitter causally-consistent?
"If a follow or friend relationship exists it is destroyed."
x5315 | 7 years ago | on: Is Twitter causally-consistent?
When we process a block request from user A -> user B, we remove the follow edges between user A -> user B and user B -> user A, and then add a block edge from user A -> user B.
When we process an unblock request from user A -> user B, we remove the block edge from user A -> user B.
I imagine that the "Aleksey checked that he was following me again" was either client caching, or eventual consistency latency. There's no nightly batch job or anything doing that.
Source: I work on the social graph service at Twitter.
x5315 | 9 years ago | on: Twitter Plans Hundreds More Job Cuts as Soon as This Week
Only one third party app receives Promoted Tweets, and no third party apps are required to display them.
x5315 | 9 years ago | on: Twitter Plans Hundreds More Job Cuts as Soon as This Week
x5315 | 10 years ago | on: Airbnb Engineering
x5315 | 11 years ago | on: Brands pay Twitter to falsely appear in your following list
x5315 | 11 years ago | on: Brands pay Twitter to falsely appear in your following list
x5315 | 11 years ago | on: Brands pay Twitter to falsely appear in your following list
x5315 | 11 years ago | on: Brands pay Twitter to falsely appear in your following list
The 'bug' didn't last for over a year and a half. The product has existed for that long.
The bug was in the advertiser selection process. There was an issue with the job/dataset we use to select which advertisers to choose. It should only have been people in the follow lists.
As for "a change in sort order does not normally change the contents of the lists". Due to the size of some of the lists, we don't load the entire list when we show you the first 20 or so. Therefore, we would require an insertion process.
x5315 | 11 years ago | on: Brands pay Twitter to falsely appear in your following list
The original version of this product launched in March 2013. Its intention was to just "bump" brands in your follow lists to the top, not to start placing Promoted Accounts randomly in the list—what the headline suggests. That was the bug.
x5315 | 12 years ago | on: Report: 44% of Twitter Accounts Have Never Sent a Tweet
x5315 | 12 years ago | on: Engineer's Guide to US Visas
x5315 | 12 years ago | on: Twitter is built on open source software
x5315 | 12 years ago | on: Virgin launches glass-bottomed plane
x5315 | 13 years ago | on: WiFi Signals Caught on Camera
x5315 | 13 years ago | on: [] are like Facebook
x5315 | 13 years ago | on: Twitter's mandatory link shortener, t.co, was down
x5315 | 13 years ago | on: Twitter's mandatory link shortener, t.co, was down
x5315 | 13 years ago | on: App.net developer incentive programme
I described how the logic works above, but we're always subject to and victims of replication or cache-expiration latency. So it could have been that.