← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1360656] [NEW] Objects remotable decorator fails to properly handle ListOfObjects field if it is in the updates dict

 

Public bug reported:

Since this change https://review.openstack.org/#/c/98607/, if the
conductor sends back  a field of type ListOfObjects field in the updates
dictionary after a remotable decorator has called the object_action RPC
method, restoring them into objects will fail since they will already be
'hydrated' but the field's from_primitive logic won't know hot to deal
with that.

** Affects: nova
     Importance: Critical
         Status: Confirmed


** Tags: unified-objects

** Tags added: unified-objects

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1360656

Title:
  Objects remotable decorator fails to properly handle ListOfObjects
  field if it is in the updates dict

Status in OpenStack Compute (Nova):
  Confirmed

Bug description:
  Since this change https://review.openstack.org/#/c/98607/, if the
  conductor sends back  a field of type ListOfObjects field in the
  updates dictionary after a remotable decorator has called the
  object_action RPC method, restoring them into objects will fail since
  they will already be 'hydrated' but the field's from_primitive logic
  won't know hot to deal with that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1360656/+subscriptions


Follow ups

References