Closed jweissig closed 9 years ago
I see this also.. not only that is once killed it takes 19 seconds to load new containers.
This appears to be a behavior in -dev not in prod. In prod we see that the existing container is left to run. https://gist.github.com/mauilion/8af36109a466b58e39db
@catsby noticed the same - seems isolated to dev mode currently. Will take a look, thanks!
Fixed by 69e7d21
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Congrats on the launch (looks very cool so far)!!
Working through the Vagrant / Docker example tutorial at https://www.nomadproject.io/intro/getting-started/jobs.html and found a strange issue.
Docs mention, "It is idempotent to run the same job specification again and no new allocations will be created", but this does not appear to be working.
Scaled to three redis instances, then re-ran “nomad run example.nomad”, rather than doing nothing, the instances are killed and replaced. I noticed something similar when scaling from 1 to 3 redis instances. The first instance was killed and replaced (vs just adding two new instances to make the desired three). Here are the logs. Notice the docker container names are replaced same with the Nomad IDs.