Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Master Server with Initialization Code #71

Merged
merged 9 commits into from
Nov 22, 2023

Conversation

leejiwon1125
Copy link
Collaborator

@leejiwon1125 leejiwon1125 commented Nov 21, 2023

  1. Implement master initialization code which get number of workers from cli.
  2. Implement worker initialization code which get master IP and port, directories information from cli.

@leejiwon1125 leejiwon1125 changed the title Implement Master Server Implement Master Server with initialization code Nov 22, 2023
@leejiwon1125 leejiwon1125 changed the title Implement Master Server with initialization code Implement Master Server with Initialization Code Nov 22, 2023
@leejiwon1125
Copy link
Collaborator Author

I realized that there is no need to keep port inforamtion in WorkerMetadata. So we might change it.
FYI
image

@betarixm
Copy link
Owner

I realized that there is no need to keep port inforamtion in WorkerMetadata. So we might change it. FYI image

No, it should be remained. It is needed when master sends requests to a worker.

master/src/main/scala/AuxFunction.scala Outdated Show resolved Hide resolved
master/src/main/scala/Main.scala Outdated Show resolved Hide resolved
master/src/main/scala/Main.scala Outdated Show resolved Hide resolved
master/src/main/scala/AuxFunction.scala Outdated Show resolved Hide resolved
master/src/main/scala/Main.scala Outdated Show resolved Hide resolved
rpc/src/main/scala/MasterClient.scala Show resolved Hide resolved
rpc/src/main/scala/MasterClient.scala Show resolved Hide resolved
worker/src/main/scala/Main.scala Outdated Show resolved Hide resolved
worker/src/main/scala/Main.scala Outdated Show resolved Hide resolved
@betarixm betarixm added the feature Something new label Nov 22, 2023
This was linked to issues Nov 22, 2023
@betarixm betarixm added this to the Coordinating milestone Nov 22, 2023
@leejiwon1125 leejiwon1125 merged commit d49d266 into develop Nov 22, 2023
2 checks passed
@leejiwon1125 leejiwon1125 deleted the feat/master-server branch November 22, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI and Initialize Implement Master RPC Service
2 participants