Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/raft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.9
Choose a base ref
...
head repository: hashicorp/raft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.10
Choose a head ref
  • 20 commits
  • 11 files changed
  • 10 contributors

Commits on Oct 13, 2021

  1. Add retract directive

    kisunji committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4da47ab View commit details
    Browse the repository at this point in the history
  2. Update go version references to 1.16+

    kisunji committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5a945b4 View commit details
    Browse the repository at this point in the history
  3. Lint on 1.17

    kisunji committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    78ac091 View commit details
    Browse the repository at this point in the history
  4. Add go:build directive

    kisunji committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a11b211 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    337234e View commit details
    Browse the repository at this point in the history
  2. change timeout cap to heartbeatTimeout

    HridoyRoy committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bab8c54 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. test in progress

    HridoyRoy committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8c1dd50 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    790258c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. modify exponential backoff to be capped at heartbeat timeout / 2 and …

    …add test
    HridoyRoy committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    085d373 View commit details
    Browse the repository at this point in the history
  2. remove comment

    HridoyRoy committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    2411b31 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Update util.go

    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    HridoyRoy and briankassouf authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    47fe146 View commit details
    Browse the repository at this point in the history
  2. change s.failures to failures for heartbeat backoff

    HridoyRoy committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    585ec5b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hridoyroy/heartbeat-backoff' of github.com:hashicorp/ra…

    …ft into hridoyroy/heartbeat-backoff
    HridoyRoy committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9503919 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Merge pull request #478 from hashicorp/kisunji/retract1.13

    Add retract directive for v1.1.3
    kisunji authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5157c19 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    81a7d27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #494 from hashicorp/hridoyroy/heartbeat-backoff

    Cap maximum grpc wait time when heartbeating to heartbeatTimeout/2
    HridoyRoy authored May 9, 2022
    Configuration menu
    Copy the full SHA
    9174562 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    cb2cdcc View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge pull request #515 from hashicorp/fix-bench

    Bench GetUint64 should actually call GetUint64
    raskchanky authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d255cf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. doc: add textual description of the raft.Apply process (#511)

    * doc: add textual description of the raft.Apply process
    
    * Add more details of how follower updates its commitIndex
    
    Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com>
    huikang and mkeeler authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c3134d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Improved election debug logs (#516)

    When debugging elections in production you want to know what happened in
    a particular term in order to identify what went wrong.
    
    Add term= to all of the relevent debug logs
    
    You also want to know which peers were contacted (their ID and their
    address) and what the result from them was so you know why an election
    was not won in a timely manner
    
    Finally the log that just says "votes" in the message field seems
    strange; improve the message.
    benbuzbee authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1075246 View commit details
    Browse the repository at this point in the history
Loading