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.10
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.11
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 14, 2022

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

Commits on Oct 3, 2022

  1. check if server is in configuration when receiving a voteRequest (#526)

    * check if server is in configuration, and not have vote rights, when receiving a voteRequest
    
    * change test term to 20 to reduce the chance that the test passes when the bug manifest
    
    Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
    
    * non voter with higher term vote request would make the node step-down but don't grant a vote
    
    * fix test to check we use the right term
    
    * add more details in the comment and a reference to the PR
    
    Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
    dhiaayachi and ncabatoff authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6b4e320 View commit details
    Browse the repository at this point in the history
Loading