From d68c9570dd3e951568476892a1eefafd71ad1399 Mon Sep 17 00:00:00 2001 From: Paul Houle Date: Thu, 16 Jan 2014 14:49:59 -0500 Subject: [PATCH] #28 -- implement poller for step state instead of job state --- .idea/workspace.xml | 38 ++++++++++--------- .../ontology2/haruhi/PersistentCluster.java | 1 - 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 33e13f7..081b7b0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -156,10 +156,10 @@ - + - + @@ -198,7 +198,7 @@ - + @@ -362,8 +362,8 @@ - @@ -1500,11 +1500,15 @@ 1389900499667 1389900499667 - + + + + + + + - + @@ -1873,13 +1884,6 @@ - - - - - - - diff --git a/haruhi/src/main/java/com/ontology2/haruhi/PersistentCluster.java b/haruhi/src/main/java/com/ontology2/haruhi/PersistentCluster.java index a48b899..0e7aef8 100644 --- a/haruhi/src/main/java/com/ontology2/haruhi/PersistentCluster.java +++ b/haruhi/src/main/java/com/ontology2/haruhi/PersistentCluster.java @@ -100,7 +100,6 @@ public boolean apply(@Nullable StepDetail input) { } else { stepStatus=detail.getExecutionStatusDetail(); stepState=stepStatus.getState().intern(); - stepStatus. if (stepState!="PENDING" && stepState!="RUNNING") { break; }