Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cse550
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Winston Jodjana
cse550
Commits
2ffa70c3
Commit
2ffa70c3
authored
2 years ago
by
WinJ
Browse files
Options
Downloads
Patches
Plain Diff
add config files
parent
142589c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignment2/README.txt
+9
-8
9 additions, 8 deletions
assignment2/README.txt
with
9 additions
and
8 deletions
assignment2/README.txt
+
9
−
8
View file @
2ffa70c3
...
...
@@ -28,15 +28,16 @@ Write-up
- How to compile, deploy and run your implementation
Config file to indicate the addresses of the paxos group: config.json
Spawn the paxos group based on the config file:
Spawn the paxos group based on the config file
using
:
python3 main.py
Start the client and send commands to a random paxos server based on the config file:
python3 client.py
lock 1
lock 2
unlock 1
...
exit
Start the client and send commands to a random paxos server based on the config file using:
python3 client.py client_host client_port
e.g. python3 client.py localhost 0
lock 1
lock 2
unlock 1
...
exit
- Any issues or scenarios explicitly not considered
If a client send a message and it gets dropped, we assume it was lost and won't be executed as clients won't resend messages
...
...
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