Code Monkey home page Code Monkey logo

caops's People

Contributors

hgfischer avatar

Watchers

 avatar  avatar  avatar

caops's Issues

Distributed backup scheduling

CaOps should be able to receive an API call from every node, that will trigger a cluster-wide backup. This needs:

  • To be as much synchronized as possible, so to avoid network delays, the API will always schedule the backup to the nearest rounded time.
  • Under normal usage all Cassandra nodes must be up and running. No nodes must be joining or leaving.

Since we are not sure about how reliable Serf is on big clusters, we might need to implement something else to keep the scheduling consistent. Two options that I could think are:

  • Using Cassandra itself, with a table that has consistency of the number of nodes. This appears to be the most easy solution, but it has lots of trade-offs. The main one is that this table will be like a queue, which is an anti-pattern on Cassandra.

  • Using Hashicorp Raft library, so each CaOps agent has its own persisted state, that can also be more controlled for the special use-case.

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.