-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: hashicorp/raft
base: v1.3.9
head repository: hashicorp/raft
compare: v1.3.10
- 20 commits
- 11 files changed
- 10 contributors
Commits on Oct 13, 2021
-
kisunji committed
Oct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 4da47ab - Browse repository at this point
Copy the full SHA 4da47abView commit details -
Update go version references to 1.16+
kisunji committedOct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a945b4 - Browse repository at this point
Copy the full SHA 5a945b4View commit details -
kisunji committed
Oct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 78ac091 - Browse repository at this point
Copy the full SHA 78ac091View commit details -
kisunji committed
Oct 13, 2021 Configuration menu - View commit details
-
Copy full SHA for a11b211 - Browse repository at this point
Copy the full SHA a11b211View commit details
Commits on Mar 9, 2022
-
cap maximum grpc wait time when heartbeating to heartbeatTimeout/2
HridoyRoy committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 337234e - Browse repository at this point
Copy the full SHA 337234eView commit details -
change timeout cap to heartbeatTimeout
HridoyRoy committedMar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for bab8c54 - Browse repository at this point
Copy the full SHA bab8c54View commit details
Commits on Mar 10, 2022
-
HridoyRoy committed
Mar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 8c1dd50 - Browse repository at this point
Copy the full SHA 8c1dd50View commit details
Commits on Mar 14, 2022
-
added test stub used to check logs and see if a re-election occurs
HridoyRoy committedMar 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 790258c - Browse repository at this point
Copy the full SHA 790258cView commit details
Commits on Mar 16, 2022
-
modify exponential backoff to be capped at heartbeat timeout / 2 and …
…add test
HridoyRoy committedMar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 085d373 - Browse repository at this point
Copy the full SHA 085d373View commit details -
HridoyRoy committed
Mar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 2411b31 - Browse repository at this point
Copy the full SHA 2411b31View commit details
Commits on Mar 17, 2022
-
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47fe146 - Browse repository at this point
Copy the full SHA 47fe146View commit details -
change s.failures to failures for heartbeat backoff
HridoyRoy committedMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 585ec5b - Browse repository at this point
Copy the full SHA 585ec5bView commit details -
Merge branch 'hridoyroy/heartbeat-backoff' of github.com:hashicorp/ra…
…ft into hridoyroy/heartbeat-backoff
HridoyRoy committedMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 9503919 - Browse repository at this point
Copy the full SHA 9503919View commit details
Commits on Apr 29, 2022
-
Merge pull request #478 from hashicorp/kisunji/retract1.13
Add retract directive for v1.1.3
Configuration menu - View commit details
-
Copy full SHA for 5157c19 - Browse repository at this point
Copy the full SHA 5157c19View commit details
Commits on May 9, 2022
-
make timeouts 100 milliseconds each and remove the time.Sleeps
HridoyRoy committedMay 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 81a7d27 - Browse repository at this point
Copy the full SHA 81a7d27View commit details -
Merge pull request #494 from hashicorp/hridoyroy/heartbeat-backoff
Cap maximum grpc wait time when heartbeating to heartbeatTimeout/2
Configuration menu - View commit details
-
Copy full SHA for 9174562 - Browse repository at this point
Copy the full SHA 9174562View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cb2cdcc - Browse repository at this point
Copy the full SHA cb2cdccView commit details
Commits on Jul 12, 2022
-
Merge pull request #515 from hashicorp/fix-bench
Bench GetUint64 should actually call GetUint64
Configuration menu - View commit details
-
Copy full SHA for d255cf5 - Browse repository at this point
Copy the full SHA d255cf5View commit details
Commits on Jul 14, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for c3134d7 - Browse repository at this point
Copy the full SHA c3134d7View commit details
Commits on Aug 1, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1075246 - Browse repository at this point
Copy the full SHA 1075246View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.9...v1.3.10