Yaniv Dary has submitted this change and it was merged.
Change subject: history: updated etl process for scalablility
......................................................................
history: updated etl process for scalablility
updated the aggregation process to perform
hourly and daily aggregations one at a time.
Added HourlyAggFailed flag to history_configuration table
when hourly aggregation failes.
Change-Id: I6d7e6f8ad7238456a1e9cd05396cce217fa02a39
Bug-Url:
https://bugzilla.redhat.com/1014134
Signed-off-by: Shirly Radco <sradco(a)redhat.com>
---
M etl_export/ovirt_engine_dwh/aggregationtodaily_3_4/contexts/Default.properties
M etl_export/ovirt_engine_dwh/aggregationtohourly_3_4/contexts/Default.properties
M etl_export/ovirt_engine_dwh/dailytimekeepingjob_3_4/contexts/Default.properties
M etl_export/ovirt_engine_dwh/hourlytimekeepingjob_3_4/contexts/Default.properties
M etl_export/src/ovirt_engine_dwh/aggregationtodaily_3_4/AggregationToDaily.java
M etl_export/src/ovirt_engine_dwh/aggregationtohourly_3_4/AggregationToHourly.java
M etl_export/src/ovirt_engine_dwh/dailytimekeepingjob_3_4/DailyTimeKeepingJob.java
M etl_export/src/ovirt_engine_dwh/hourlytimekeepingjob_3_4/HourlyTimeKeepingJob.java
M packaging/dbscripts/insert_timekeeping_values.sql
A packaging/dbscripts/upgrade/03_04_0090_add_HourlyAggFailed.sql
M tos_project/process/AggregationToDaily_3.4.item
M tos_project/process/AggregationToDaily_3.4.properties
M tos_project/process/AggregationToHourly_3.4.item
M tos_project/process/AggregationToHourly_3.4.properties
M tos_project/process/DailyTimeKeepingJob_3.4.item
M tos_project/process/DailyTimeKeepingJob_3.4.properties
M tos_project/process/HourlyTimeKeepingJob_3.4.item
M tos_project/process/HourlyTimeKeepingJob_3.4.properties
18 files changed, 8,678 insertions(+), 4,519 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/26952
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d7e6f8ad7238456a1e9cd05396cce217fa02a39
Gerrit-PatchSet: 18
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Shirly Radco <sradco(a)redhat.com>
Gerrit-Reviewer: Shirly Radco <sradco(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server