Tim Gross
Tim Gross
Oops, typo there, yes! Fixed!
Ok, so https://github.com/hashicorp/nomad/pull/15092 has been merged. I'm going to get this into the hands of our internal users for them to do some testing on, and if that works out...
Right @HINT-SJ we're aware that the problem can recur in 1.4.2, which is why we've got a patch being tested (see my comment here: https://github.com/hashicorp/nomad/issues/14981#issuecomment-1298979092)
Here's the current status on this issue: * We've landed a patch that will go out in Nomad 1.4.3, which should fix all the known problems. * However, our internal...
Per our discussion, moving this out of 1.4.2 so that we don't risk rushing it out.
Hi @enspritz! It looks like this is coming from [`types.variables.go#L452-L478`](https://github.com/hashicorp/nomad/blob/main/jobspec2/types.variables.go#L452-L478) which as you can see from the comment was copy-and-pasted from a previous version of Packer. Totally agreed that this...
diagram for the original approach to this PR, no longer applicable ```mermaid sequenceDiagram Node RPC-->>Broker: node-update 1: has blocked eval? (no) Node RPC->>Raft: node-update 1 Raft-->>Broker: enqueue eval Node RPC-->>Broker:...
@schmichael @lgfa29 @shoenig I've now got this into working shape (and green on CI except for the usual test flakes in unrelated areas of code). I'm reasonably comfortable with the...
I've run a middling-scale performance test of this PR and the results look pretty good. I stood up a cluster of 3 `t3.large` instances on AWS (8GiB RAM). * Disable...
We've hit this same problem in a test for Nomad (https://github.com/hashicorp/nomad/issues/13119). I did some digging and it looks like containerd has a patch for this behavior in https://github.com/containerd/containerd/pull/6323 that was...