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

ec2system: changes for environments other than GRAIL #7

Merged
merged 3 commits into from Oct 11, 2019
Merged

ec2system: changes for environments other than GRAIL #7

merged 3 commits into from Oct 11, 2019

Conversation

cosnicolaou
Copy link
Collaborator

This PR extends the configurability of ec2 instances to allow for configurations other than GRAIL's.

@mariusae mariusae self-requested a review October 11, 2019 15:14
ec2system/ec2machine.go Show resolved Hide resolved
machine.go Outdated
@@ -333,10 +333,13 @@ func (m *Machine) loop(ctx context.Context, system System) {
log.Error.Printf("Keepalive %v: %v", m.Addr, err)
}
cancel()
log.Printf("Cancelled....")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug printf

machine.go Show resolved Hide resolved
machine.go Outdated
@@ -536,6 +539,7 @@ func (m *Machine) exec(ctx context.Context) error {
}

func (m *Machine) call(ctx context.Context, serviceMethod string, arg, reply interface{}) (err error) {
log.Printf(">>>>>> calling: %v", serviceMethod)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug printf

machine.go Show resolved Hide resolved
@cosnicolaou
Copy link
Collaborator Author

other than the debug printfs, do the changes seem reasonable to you?

@cosnicolaou
Copy link
Collaborator Author

If so, I'll clean it up and resend.

@mariusae
Copy link
Collaborator

mariusae commented Oct 11, 2019 via email

@mariusae mariusae merged commit b898044 into grailbio:master Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants