Change in ovirt-dwh[master]: etl: fixed connection issue (#817519)

Yaniv Dary has submitted this change and it was merged. Change subject: etl: fixed connection issue (#817519) ...................................................................... etl: fixed connection issue (#817519) ETL opened connections to ovirt engine portal and never disconnected, which caused issues with JBoss start. Added disconnect to pervent this issue. https://bugzilla.redhat.com/817519 Change-Id: I1cbd239eac987c041c751635abafa6684cc6b56e Signed-off-by: Yaniv Dary <ydary@redhat.com> --- M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_0/HistoryETL.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_0/SampleTimeKeepingJob.java M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.0.properties M data-warehouse/history_etl/tos_project/process/HistoryETL_3.0.item M data-warehouse/history_etl/tos_project/process/HistoryETL_3.0.properties M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.0.item M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.0.properties 7 files changed, 17 insertions(+), 11 deletions(-) Approvals: Yaniv Dary: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4705 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1cbd239eac987c041c751635abafa6684cc6b56e 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