Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc818fall2023projects
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Keleher
cmsc818fall2023projects
Commits
d2f1504c
Commit
d2f1504c
authored
1 year ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
200805af
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
notes/byz.md
+29
-0
29 additions, 0 deletions
notes/byz.md
with
29 additions
and
0 deletions
notes/byz.md
+
29
−
0
View file @
d2f1504c
...
@@ -170,6 +170,35 @@ Clients are assumed to talk to different leaders.
...
@@ -170,6 +170,35 @@ Clients are assumed to talk to different leaders.
---------------------------------------------------------------------
---------------------------------------------------------------------
# Chubby
-
explicitly talk about replicated log as base of dist systems
-
basically a key-value store
## Optimizations:
-
multipaxos
-
batching mult values in single instance
-
master leases
-
ensure reads do not have to go through consensus
-
boosting leader seq numbers periodicaly to avoid old masters trying
to re-take the lead
-
snapshots: log is record of steps to achieve a state
-
that state can be used to substitute for the log
-
but logs are under control of the system, while snapshots under
control of app
## Multi-op
-
came out of compare-and-swap requirement
-
guard: list of tests of various slots
-
t_op: DB operations to execute if guard TRUE
-
f_op: DB operations to execute if guard FALSE
---------------------------------------------------------------------
## Byzantine consensus: Two Lieutenants Problem
## Byzantine consensus: Two Lieutenants Problem
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment