]> git.arvados.org - arvados.git/commit
12341: If a node_destroy call succesfully destroys the VM but takes too long
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Thu, 28 Sep 2017 21:09:09 +0000 (18:09 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Thu, 28 Sep 2017 21:09:09 +0000 (18:09 -0300)
commitd9325bf35963f7049a2eca281618884484254de4
tree2501c226577f0d6de4eb693b4bbcedbc4cfdf51c
parent94856c3a70e233a372585576c78ed1fd2acfe65b
12341: If a node_destroy call succesfully destroys the VM but takes too long
to finish with additional tasks, the cloud_node_update may be called
in the meantime, removing the node from the cloud_node list. If this happens,
node_finished_shutdown() won't be able to retrieve the node, and shouldn't
raise an exception.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>
services/nodemanager/arvnodeman/daemon.py
services/nodemanager/tests/test_daemon.py