-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: improve look-aside cache get API
Specifically, apply the following diff (and propagate through callers): ```diff - getLivenessLocked(roachpb.NodeID) (LivenessRecord, error) + getLivenessLocked(roachpb.NodeID) (_ LivenessRecord, ok bool) ``` Previously there was only one possible error type returned, so just a drive-by simplification. Release note: None
- Loading branch information
1 parent
bdc5697
commit a974772
Showing
11 changed files
with
123 additions
and
149 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
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
Oops, something went wrong.