Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc818ePublicF2021b
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
cmsc818ePublicF2021b
Commits
2759da7a
Commit
2759da7a
authored
3 years ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
a7f8540a
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
atlasPerf1.png
+0
-0
0 additions, 0 deletions
atlasPerf1.png
atlasPerf2.png
+0
-0
0 additions, 0 deletions
atlasPerf2.png
notes/atlas.md
+16
-7
16 additions, 7 deletions
notes/atlas.md
notes/atlasRecovery2.png
+0
-0
0 additions, 0 deletions
notes/atlasRecovery2.png
notes/titan.md~
+5
-0
5 additions, 0 deletions
notes/titan.md~
with
21 additions
and
7 deletions
atlasPerf1.png
0 → 100644
+
0
−
0
View file @
2759da7a
356 KiB
This diff is collapsed.
Click to expand it.
atlasPerf2.png
0 → 100644
+
0
−
0
View file @
2759da7a
432 KiB
This diff is collapsed.
Click to expand it.
notes/atlas.md
+
16
−
7
View file @
2759da7a
...
@@ -14,13 +14,13 @@ EPaxos but......faster.
...
@@ -14,13 +14,13 @@ EPaxos but......faster.
### Slow Path
### Slow Path
size is only
*f+1*
!
size is only
*f+1*
!
(flexible paxos)
## Recovery
## Recovery
Background:
Background
, fast path iff
:
*U<sub>Q</sub>dep = U(f)<sub>Q</sub>dep*
(line 15 in protocol)
*U<sub>Q</sub>dep = U(f)<sub>Q</sub>dep*
(line 15 in protocol)


...
@@ -30,11 +30,13 @@ after coordinator and one other die, but how to tell whether the fast
...
@@ -30,11 +30,13 @@ after coordinator and one other die, but how to tell whether the fast
path was to be taken?
path was to be taken?
How to distinguish 2a from this version:
How to distinguish 2a from this version:
-
"2" didn't report "c", so
we
should not take
fast path
-
"2" didn't report "c", so
fast path
should not
be
take
n
-
assume (1) and (4) die
-
assume (1) and (4) die


Come back to this.
Slow path quorum is
*f+1*
= 3,
*but all f+1 need to reply*
, meaning
2,3,5 have to respond, and get a
*D*
that does not include
*c*
.
...
@@ -60,8 +62,15 @@ Recovery states:
...
@@ -60,8 +62,15 @@ Recovery states:


### When do they die?
## Performance
-
if coordinator dies after sending a commit that is received elsewhere

Note that Epaxos w/
*f=1*
also always takes the fast path, though they
don't mention this.

Apples to oranges here a bit. Epaxos fault tolerance increasing w/
more sites, but Atlas not.
## Issues
## Issues
...
...
This diff is collapsed.
Click to expand it.
notes/atlasRecovery2.png
0 → 100644
+
0
−
0
View file @
2759da7a
891 KiB
This diff is collapsed.
Click to expand it.
notes/titan.md~
0 → 100644
+
5
−
0
View file @
2759da7a
# State-Machine Replication for Planet-Scale Systems (ATLAS)
EPaxos but......faster.
- fastpath quorum: $$\lfloor n/2 \rfloor + f$$
\ No newline at end of file
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