Change in ovirt-engine[master]: core: fix the serialization of vm statistics for gwt

Arik Hadas has submitted this change and it was merged. Change subject: core: fix the serialization of vm statistics for gwt ...................................................................... core: fix the serialization of vm statistics for gwt VmStatistics class used to use collections that gwt cannot deserialize to store the history of different statistics (cpu, memory, network). It was not a problem before because the UI got VmStatistics that were retrieved from the database and during the construction of the entities, collections that can be deserialized by gwt were used instead. But now that were going to send VmStatistics that are managed in-memory we must use collections that can be deserialized by gwt. Change-Id: Ibd0a60f24fda02a665edf5eb5c67e0766804b5c0 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatistics.java 1 file changed, 7 insertions(+), 7 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Jenkins CI: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/61899 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibd0a60f24fda02a665edf5eb5c67e0766804b5c0 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
ahadas@redhat.com