Giter VIP home page Giter VIP logo

raft's People

Contributors

dependabot[bot] avatar jmsadair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

raft's Issues

Why are there restrictions on the election timeout, heartbeat and lease?

Hello,

I came across this repo and the simplicity/flexibility really inspired me to switch from hashicorp/raft in my Distributed API Gateway at dgate-io/dgate; There were a few other reasons, but I will spare you the details.

I plan to create a cluster that spans across the globe (I am aware of the potential low latency/throughput). And I am wondering why there are min/max restrictions on the election timeout, heartbeat and lease values and if there are any potential issues that you foresee if they were to be increased.

These values seem very low even for a regional deployment of some key/value database.

Code quality and docs

  • Task: Misspelled interface function:
    RegsiterInstallSnapshotHandler -> RegisterInstallSnapshotHandler

  • Task (optional): Interface name change:
    Log -> LogStore - just a nitpick in naming
    type Log = LogStore - you can use an alias type and add deprecated to the godoc for backwards compatibility.

  • Task: For the Log interface, can you add more context and information to the godoc on the follow functions and how they are used: Truncate, Compact, Contains, DiscardEntries. DiscardEntries's description is okay, but having more concrete and clear explanations like: this function is used when a snapshot is taken and earlier logs are no longer needed.

Add support for advertised addresses

This implementation assumes that the address that is being listened on (e.g. 0.0.0.0:1234), is the same address that other nodes will use to connect. This is usually the case for testing locally, but in staging/production, it's common to use domain names, and/or different addresses.

I don't think there is much to change except removing the address comparison here

To get around this, I am manually adding Transport and using the advertised address as the address variable for the NewRaft function.

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.