Bug 870095 - Avoid passing VM.vmPayload field data to client
Summary: Avoid passing VM.vmPayload field data to client
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-webadmin-portal
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
: 3.3.0
Assignee: Einav Cohen
QA Contact: Pavel Stehlik
URL:
Whiteboard: ux
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-25 14:35 UTC by Vojtech Szocs
Modified: 2015-09-22 13:09 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-22 20:06:40 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vojtech Szocs 2012-10-25 14:35:14 UTC
Since "vmPayload" field in VM class is not "final", and since there's no custom field (de)serializer for VM class on frontend, entire "vmPayload" data is serialized and passed to client for each VM-related query. In practice, this is very inefficient when doing data refresh queries each few seconds.

This should be solved by writing custom field (de)serializer for VM class, which removes unnecessary "vmPayload" data.


Note You need to log in before you can comment on or make changes to this bug.