cneira / firecracker-task-driver

nomad task driver that uses firecracker to start micro-vms
Apache License 2.0
147 stars 18 forks source link

naive process verification, this solves the task dead lock #5

Closed ncode closed 3 years ago

ncode commented 3 years ago

Thanks a lot for your project. It's helping me a lot with testing firecracker workload for me my needs :). This is not yet as good and calling the api from your TODO, but it's the simplest way I found to have a clean exit.

If you create a job and update after a plan, the driver gets locked on the loop forever and don't release task on nomad even tho the job is dead.

ncode commented 3 years ago

it doesn't really work. I'm closing it :(

cneira commented 3 years ago

Thanks a lot for your project. It's helping me a lot with testing firecracker workload for me my needs :). This is not yet as good and calling the api from your TODO, but it's the simplest way I found to have a clean exit.

If you create a job and update after a plan, the driver gets locked on the loop forever and don't release task on nomad even tho the job is dead.

@ncode thanks for finding this, coud you open a bug if you have more information and how to reproduce it. I'll take a look I hope next week.

ncode commented 3 years ago

Hi @cneira. I'll do that, I've sent the patch in another PR and tomorrow I'll open a bug report with the steps to test.