Comment 11 for bug 1624230

Revision history for this message
Georgy Kibardin (gkibardin) wrote :

There are two concurrent transactions:
1. Node update by nailgun agent. First it updates node's meta and then ip and mac.
2. Node progress update by receiver. First it makes "select for update" for node and then updates progress etc.

Figuring how to fix this better.