Mahmood Ali
Mahmood Ali
Thanks @shishir-a412ed for the ping. I'm investigating the expected network invariants here and will follow up with concrete suggestions (or a proposed changes). So /etc/hosts should be populated with the...
Very interesting. That's a bug indeed in the Java driver - it's currently failing because `/var/openjdk` is not in the chroot, so the binary isn't accessible within the task container...
Thanks @gdsjerry for raising it. This is very concerning indeed. I would love more info so I can reproduce and investigate this. Can you share the job files that trigger...
Thank you @gdsjerry for the info. That definitely helps point to few problems! Also, can you double check the ulimit on the hosts? I wonder if you are hitting the...
@gdsjerry Thanks. I think we have everything we can think of at this moment. I'll implement the fix. I'm very sorry that you are experiencing this. I'll implement fixes for...
In Nomad, we opted to target the existing public/exported config structs, with backward compatibility constraints. The existing "label" fields have `*string` type, e.g. https://github.com/hashicorp/nomad/blob/v1.0.2/api/tasks.go#L414 . This change seemed small enough,...
Thanks @apparentlymart for the feedback and sorry for taking long to get back. I have updated the PR to use `UndefinedVariable`. I have opted not go through the diags accumulation...
Wanted to follow up here with some info. We don't expect `executor` process to die unexpectedly in normal operations. And if executor dies, I'd expect the java process `stdout|stderr` to...
That's quite intriguing - I'm investigating this now. Mind if you post haproxy config file as well? I haven't been able to reproduce the "Task not running" part. Also, I...
Thanks @zackiles for reaching out. That's a bug we must address indeed. In the example above, mind if you post `nomad alloc status ` as well? Were there more logs...