Change in ovirt-dwh[master]: etl: made etl sleep cycles more accurate (#840866)

Yaniv Dary has submitted this change and it was merged. Change subject: etl: made etl sleep cycles more accurate (#840866) ...................................................................... etl: made etl sleep cycles more accurate (#840866) Stopped using tSleep component that uses seconds granularity and added pure java component with miliseconds granularity. bug-url: https://bugzilla.redhat.com/840866 Change-Id: If58b528ea8c1793c93ebc9c97a9f2665b40a00ea Signed-off-by: Yaniv Dary <ydary@redhat.com> --- M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_1/DailyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_1/DeleteTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_1/HourlyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_1/ParallelRun.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_1/SampleTimeKeepingJob.java M data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.1.item M data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.1.properties M data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.1.item M data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.1.properties M data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.1.item M data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.1.properties M data-warehouse/history_etl/tos_project/process/ParallelRun_3.1.item M data-warehouse/history_etl/tos_project/process/ParallelRun_3.1.properties M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.1.item M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.1.properties M data-warehouse/history_etl/tos_project/talend.project 16 files changed, 1,511 insertions(+), 1,437 deletions(-) Approvals: Yaniv Dary: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8665 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If58b528ea8c1793c93ebc9c97a9f2665b40a00ea Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <ydary@redhat.com> Gerrit-Reviewer: Yaniv Dary <ydary@redhat.com>
participants (1)
-
ydary@redhat.com