-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nomad node gc question #1215
Comments
@sheweichun Nomad GCs allocation after four hours. Are you trying to inspect the state of the job after four hours? |
I found in that I can set node_gc_threshold in server.hcl,but it didn't working! |
Hey, there may be a bug with the node GC at the moment. I will be looking On Mon, May 30, 2016 at 7:58 PM, sheweichun notifications@github.com
|
Hey, Sorry I misread this issue. Nomad stores everything in-memory and as such can not keep an unbounded history of allocations. We have blocking queries which allow you to pull for changes to allocations. This can be used to ingest the state changes and build your own long term storage solution. This is not something we are tackling right now |
@diptanu is the GC executed every 4 hours the same as /v1/system/gc ? |
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. |
[question]
Nomad version
Nomad v0.3.2
Operating system and Environment details
Linux 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
how can I set nomad node gc strategy? after a scheduled job was finished some time,I can't find it,I event don't know whether it works.can I set gc interval longger? where to configure it?
The text was updated successfully, but these errors were encountered: