Reply to Aphyr attack on Redis Sentinel
antirez.com
Reply to Aphyr attack on Redis Sentinel
1–10 of 42 posts
Re: Reply to Aphyr attack on Redis Sentinel
#2Re: Reply to Aphyr attack on Redis Sentinel
#3A response to this article on Redis: http://aphyr.com/posts/283-call-me-maybe-redis
Re: Reply to Aphyr attack on Redis Sentinel
#4In the PostgreSQL evaluation[0], Aphyr noticed that, if a packet confirming a transaction is dropped, the client ends up in a deadlock.
Does PostgreSQL keep a record of the past transactions, and their success or failure. If so, is it possible to query it?
Re: Reply to Aphyr attack on Redis Sentinel
#5A response to this article on Redis: http://aphyr.com/posts/283-call-me-maybe-redis
His continued use of "CP" confused me for a while, so TIL about CAP Theorem http://en.wikipedia.org/wiki/CAP_theorem
Re: Reply to Aphyr attack on Redis Sentinel
#6A response to this article on Redis: http://aphyr.com/posts/283-call-me-maybe-redis
His continued use of "CP" confused me for a while, so TIL about CAP Theorem http://en.wikipedia.org/wiki/CAP_theorem
A great alternative to thinking about things in terms of CAP that Justin brings up is harvest-yield, where yield is the probability of completing a request and harvest is the fraction of your data that the response actually represents. Here's the paper: http://lab.mscs.mu.edu/Dist2012/lectures/HarvestYield.pdf
Re: Reply to Aphyr attack on Redis Sentinel
#7Tangentially related: In the PostgreSQL evaluation[0], Aphyr noticed that, if a packet confirming a transaction is dropped, the client ends up in a deadlock. Does PostgreSQL keep a record of the past transactions, and their success or failure. If so, is it possible to query it? [0] http://aphyr.com/posts/282-call-me-maybe-postgres
The transaction ID does wrap around, so there's a time limit depending on your transaction throughput. You can also ask for certain transactional properties on rows, though this won't allow you to recover in all (most?) cases.
Re: Reply to Aphyr attack on Redis Sentinel
#8I've had good results using Redis as a lock server, but I live in (perhaps misplaced) fear of a client hanging or crashing leaving a lock stranded. Not that this is really Redis's problem.
Re: Reply to Aphyr attack on Redis Sentinel
#9Redis is one of those things I both love and love to hate. I've had good results using Redis as a lock server, but I live in (perhaps misplaced) fear of a client hanging or crashing leaving a lock stranded. Not that this is really Redis's problem.
Re: Reply to Aphyr attack on Redis Sentinel
#10It looks bad, HN. We all know that VMWare is litigious as (try looking up benchmarks sometime.) But to (presumably) cave so quickly and effortlessly suggests... well, I'm not sure.
The other possibility is that Aphyr yanked them himself, probably under duress (or else there'd just be an 'update' at the bottom of the research's page.) Aphyr, is this what happened? I figure you probably can't talk freely if so, but say something.