-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add current term to server status cache
Summary: Add the ability to query a local RAFT server's current term from the `wa_raft_info` module which caches the RAFT server's most recently seen term in ETS to avoid requiring a status request against the RAFT server. Additional cleanup to the `wa_raft_info` module. Differential Revision: D53275651 fbshipit-source-id: f3e25ee87cbb2f36493c0b3ee02e5805c3b0440e
- Loading branch information
1 parent
33b56ae
commit 3f8b9d3
Showing
2 changed files
with
74 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters