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

reflow does not reject images that do not exist #111

Open
hgbrian opened this issue Apr 12, 2019 · 1 comment
Open

reflow does not reject images that do not exist #111

hgbrian opened this issue Apr 12, 2019 · 1 comment
Assignees

Comments

@hgbrian
Copy link

hgbrian commented Apr 12, 2019

If I run this script (reflow run hello)

val Main = exec(image := "NOTEXISTS", mem := GiB) (out file) {"
        echo hello world again >>{{out}}
"}

I get this output:

$ reflow run hello.rf
reflow: run ID: 1bd9f5a8
ec2cluster: 1 instances: m3.large:1 (<=$0.1/hr), total{mem:7.0GiB cpu:2 disk:2.9TiB intel_avx:2}, waiting{}, pending{}
1bd9f5a8: elapsed: 1m10s, running:1, completed: 0/1
  hello.Main:  exec notubuntu echo hello world again >>{{out}}  1m9s

and it just appears to just keep churning forever without throwing an error.

This is especially error-prone with AWS's regions.

@mariusae
Copy link
Collaborator

Oh, I think I know what's going on. Also due to AWS, we are perhaps a little too aggressive with retrying image resolution failures. I'll report back.

@mariusae mariusae self-assigned this Jul 16, 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

No branches or pull requests

2 participants