Live data from Hacker News

Viewing profile — matthelb

matthelb

HN member
Joined
Tue, Dec 26, 2017, 8:29 PM UTC
HN karma
7
Public activity
11 items

About matthelb

CS PhD student @ Cornell. Working on distributed systems in wide-area networks.

matthelb.com | twitter.com/matthelb

Recent public activity

  1. story
  2. comment
    Comment #18690832

    I think that's a fair takeaway specifically because you are careful to limit the scope of your comparison to Calvin and Spanner. If you were to replace "Spanner-like" with "partiti…

  3. comment
    Comment #18689764

    I appreciate the distinction that Daniel is trying to make between what he calls "partitioned consensus" databases and "unified consensus" databases, but I don't know if the points…

  4. comment
    Comment #18412127

    I'm not sure the distinction that you're making between "distributed" and "decentralized" is commonly accepted in the research community (or broader technology community). In this …

  5. comment
    Comment #16264873

    Though it might not be explicitly stated in the paper, EPaxos has the same liveness guarantee as all other consensus protocols: commands will eventually commit if a long enough per…

  6. comment
    Comment #16262381

    You bring up a good point, although I'm not sure if I agree with (or understand) the premises. I can't imagine a world where hardware and the protocols running on top will be immun…

  7. comment
    Comment #16016028

    This is exactly what I was addressing in your initial comment! This system provides a global total ordering of operations. It's the whole point of a replicated state machine. The e…

  8. comment
    Comment #16012783

    I'm not thinking of strict serializability - I do actually mean linearizability. My previous comments were referring to the basic algorithm presented as the main contribution of th…

  9. comment
    Comment #16012153

    Sorry, I was trying to give the GP more context for my initial comment. As I said in my initial comment, the authors state that WPaxos provides per-object linearizability, which im…

  10. comment
    Comment #16011250

    Maurice Herlihy and Jeanette Wing introduced linearizability back in 1990 [1]. It stipulates that the result of a concurrent execution of the system is equivalent to a result from …

  11. comment
    Comment #16010894

    I also haven't read through the technical report in detail, but in skimming through parts of it, it looks like WPaxos is supposed to provide linearizability. More specifically, the…