Git Product home page Git Product logo

Comments (2)

jwhear avatar jwhear commented on August 16, 2024 1

Just saw #16, looks like you already have point 2 in mind.

from litefs.

jwhear avatar jwhear commented on August 16, 2024

I have given this some thought as my proposed system design using LiteFS would prefer a primary located centrally (at least from a latency perspective) in the US, with replica nodes all over the place. The approaches that I seriously considered:

  1. Fixed IP/hostname, I think this is what you have in mind here. The primary node knows, based on configuration, that it is the primary. Replicas are configured with the primary's address. Big advantage here is that you could remove the Consul dependency for people who are just kicking the tires locally or doing manual deployments.
  2. A configuration option (e.g. is-primary-eligible: bool) that determines whether a particular instance is allowed to become the primary using the existing Consul system. In my case, I might run three nodes in Kansas which are primary eligible and then have all the rest of my nodes be ineligible. That way if my primary does go down, I have two machines with similar characteristics who could take over. I think the implementation might be as simple as checking a config option before attempting to acquire the primary lease in acquireLeaseOrPrimaryURL.

from litefs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.