Live data from Hacker News

Viewing profile — rschloming

rschloming

HN member
Joined
Thu, Jul 30, 2015, 9:40 PM UTC
HN karma
79
Public activity
11 items

About rschloming

No profile information was provided.

Recent public activity

  1. comment
    Comment #22257146

    I would agree with this article a lot more if it said that most people don't understand the problem microservices are trying to solve, but instead I think it contributes to the con…

  2. comment
    Comment #16487900

    I don't think having dependencies built into the language and/or compiler means it needs to be difficult to integrate with something like make. In fact gcc has dependency analysis …

  3. comment
    Comment #16485014

    The core of make is really just a control flow model that understands file dependencies as a first class thing, and permits arbitrary user supplied actions to be specified to updat…

  4. comment
    Comment #16484786

    I think the reason make is both so controversial and also long-lived is that despite how everyone thinks of it, it isn't really a build tool. It actually doesn't know anything at a…

  5. story
  6. comment
    Comment #9985298

    In a distributed architecture it is very difficult to avoid the possibility you mention even with a strongly consistent store at the center of your service discovery mechanism. The…

  7. comment
    Comment #9984919

    The way this works is described here: http://bakerstreet.io/docs/architecture.html

  8. comment
    Comment #9984878

    It's certainly possible to run zookeeper across multiple datacenters at scale as yelp has demonstrated, however we've elected to make a different set of tradeoffs. Our goals includ…

  9. comment
    Comment #9984776

    Currently we use the restart procedure as described in the haproxy manual. We would like to get to true zero downtime though, we've been looking both at the method described in the…

  10. comment
    Comment #9984596

    We didn't intend to do a bait and switch. We mentioned this in the docs, but perhaps it was a little too buried. Our plan is to support multiple instances of the directory server f…

  11. comment
    Comment #9984572

    The changes that yelp have made are great for SmartStack users, but you still need to set up zookeeper in order to get going. Yelp is really pushing these changes for the multi dat…