Notice: Current Health Limited is a private limited company incorporated in Scotland with registered number SC481544 (the “Company”). Our registered office is at 5th Floor, 125 Princes Street, Edinburgh, EH2 4AD.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/nomad/issues
IRC: #nomad-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Nomad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomad-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/CAAFW_cJbsW_QaWnNzR8JWxYvGyMCeanzoFyUR05deadEXQGpXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/CAAFW_c%2BWGP7ivE3rTy0B0W3Uu%2B%2BxCfyNOhVFdE3ThziZfR%3Dx4w%40mail.gmail.com.
$ nomad status 3d959224ID = 3d959224Eval ID = d81bead3Name = api.api-nginx[1]Node ID = 12a730a4Job ID = apiJob Version = 0Client Status = pendingClient Description = <none>Desired Status = runDesired Description = <none>Created = 1h28m agoModified = 1h28m agoDeployment ID = cd726d5aDeployment Health = unset
Couldn't retrieve stats: Unexpected response code: 404 (Unknown allocation "3d959224-ec24-4a79-7ad1-d0247a71c64c")2019/02/01 09:37:12.580329 [DEBUG] client: updated allocations at index 11 (total 1) (pulled 1) (filtered 0)
2019/02/01 09:37:12.580780 [DEBUG] client: allocs: (added 1) (removed 0) (updated 0) (ignore 0)
$ nomad run hello.nomad
==> Monitoring evaluation "805af636"
Evaluation triggered by job "hello"
Allocation ...
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/nomad/issues
IRC: #nomad-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Nomad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomad-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/378037d7-2481-4243-a0b1-297a63262ccb%40googlegroups.com.
Another interesting aspect is that we run a bunch of parameterized jobs on the clients where we see this issue the most (by node class - so it is a clear delineation). I would imagine that there are a larger number dead allocations on these nodes than on the other node classes.
[vagrant@localhost nomad]$ make bootstrap
==> Updating build dependencies...
go get -u github.com/kardianos/govendor
go get -u github.com/hashicorp/go-bindata/go-bindata
go get -u github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
go get -u github.com/a8m/tree/cmd/tree
go get -u github.com/magiconair/vendorfmt/cmd/vendorfmt
go get -u gotest.tools/gotestsum
Installing codec/codecgen@v1.1.2 ...
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
make: *** [deps] Error 129
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/nomad/issues
IRC: #nomad-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Nomad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomad-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/c1d10325-2b2c-43eb-a20b-8c8ae4942c65%40googlegroups.com.
go get -u gotest.tools/gotestsum
Installing codec/codecgen@v1.1.2 ...
Installing protobuf/protoc-gen-go@v1.2.0 ...
==> Updating linter dependencies...
go get -u github.com/alecthomas/gometalinter
gometalinter --install
bash: gometalinter: command not found
make: *** [lint-deps] Error 127