Shirly Radco has uploaded a new change for review.

Change subject: history: Added log message for DisconnectDwh
......................................................................

history: Added log message for DisconnectDwh

Added message to the etl in case the service stops
because of DisconnectDwh flag on engine side.

Change-Id: I92bf5cb503e6166cdaabf03ff25087b5900e821d
Bug-Url: https://bugzilla.redhat.com/1168141
Signed-off-by: Shirly Radco <sra...@redhat.com>
---
M tos_project/process/HistoryETL_3.6.item
M tos_project/process/HistoryETL_3.6.properties
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/63/36763/1

diff --git a/tos_project/process/HistoryETL_3.6.item 
b/tos_project/process/HistoryETL_3.6.item
index 33692e7..6aefc00 100644
--- a/tos_project/process/HistoryETL_3.6.item
+++ b/tos_project/process/HistoryETL_3.6.item
@@ -1189,7 +1189,7 @@
   <node componentName="tJavaRow" componentVersion="0.101" offsetLabelX="0" 
offsetLabelY="0" posX="-160" posY="864">
     <elementParameter field="TEXT" name="UNIQUE_NAME" value="tJavaRow_1"/>
     <elementParameter field="CHECK" name="END_OF_FLOW" value="true"/>
-    <elementParameter field="MEMO_JAVA" name="CODE" value="i = 
&quot;1&quot;.equals(input_row.option_value);&#xA;if ( 
((String)globalMap.get(&quot;timesDisconnectDwhFailed&quot;)) != &quot;0&quot; 
) {&#xA;    
globalMap.put(&quot;timesDisconnectDwhFailed&quot;,&quot;0&quot;);&#xA;}"/>
+    <elementParameter field="MEMO_JAVA" name="CODE" value="i = 
&quot;1&quot;.equals(input_row.option_value);&#xA;if (i = 
&quot;1&quot;.equals(input_row.option_value)) {&#xA;    
System.out.println(&quot;ETL Service will now Stop - DisconnectDwh Flag on 
Engine DB&quot;);&#xA;}&#xA;if ( 
((String)globalMap.get(&quot;timesDisconnectDwhFailed&quot;)) != &quot;0&quot; 
) {&#xA;    
globalMap.put(&quot;timesDisconnectDwhFailed&quot;,&quot;0&quot;);&#xA;}"/>
     <elementParameter field="MEMO_IMPORT" name="IMPORT" value="//import 
java.util.List;"/>
     <elementParameter field="TEXT" name="CONNECTION_FORMAT" value="row"/>
     <elementParameter field="CHECK" name="INFORMATION" value="false"/>
diff --git a/tos_project/process/HistoryETL_3.6.properties 
b/tos_project/process/HistoryETL_3.6.properties
index 47cb494..a355e8d 100644
--- a/tos_project/process/HistoryETL_3.6.properties
+++ b/tos_project/process/HistoryETL_3.6.properties
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"; 
xmlns:TalendProperties="http://www.talend.org/properties";>
-  <TalendProperties:Property xmi:id="_SHvzYLt3EeCeWLgt9FiAVg" 
id="_SHJWcLt3EeCeWLgt9FiAVg" label="HistoryETL" 
creationDate="2011-07-31T16:22:19.809+0300" 
modificationDate="2015-01-11T15:40:14.142+0200" version="3.6" statusCode="" 
item="_SHvzYrt3EeCeWLgt9FiAVg" displayName="HistoryETL">
+  <TalendProperties:Property xmi:id="_SHvzYLt3EeCeWLgt9FiAVg" 
id="_SHJWcLt3EeCeWLgt9FiAVg" label="HistoryETL" 
creationDate="2011-07-31T16:22:19.809+0300" 
modificationDate="2015-01-11T16:16:42.273+0200" version="3.6" statusCode="" 
item="_SHvzYrt3EeCeWLgt9FiAVg" displayName="HistoryETL">
     <author href="../talend.project#_SapC4EJlEeCWRqOtaF5m-w"/>
   </TalendProperties:Property>
   <TalendProperties:ItemState xmi:id="_SHvzYbt3EeCeWLgt9FiAVg" path=""/>


-- 
To view, visit http://gerrit.ovirt.org/36763
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92bf5cb503e6166cdaabf03ff25087b5900e821d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Shirly Radco <sra...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to