Repository: drill
Updated Branches:
  refs/heads/master 6a36a704b -> cb1a0236f


DRILL-4235: record new state STARTING when state transitions to STARTING from 
ENQUEUED


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/cb1a0236
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/cb1a0236
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/cb1a0236

Branch: refs/heads/master
Commit: cb1a0236fa10c031a7b3ead0906c0e135a5f1f3f
Parents: 6a36a70
Author: Hanifi Gunes <hanifigu...@gmail.com>
Authored: Thu Feb 4 12:07:36 2016 -0800
Committer: Hanifi Gunes <hanifigu...@gmail.com>
Committed: Thu Feb 4 12:07:36 2016 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/drill/exec/work/foreman/Foreman.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/cb1a0236/exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java
----------------------------------------------------------------------
diff --git 
a/exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java 
b/exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java
index da775cf..cdbdfa4 100644
--- 
a/exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java
+++ 
b/exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java
@@ -810,7 +810,7 @@ public class Foreman implements Runnable {
             foremanResult.close();
             return;
           case STARTING:
-            recordNewState(state);
+            recordNewState(newState);
             return;
         }
         break;

Reply via email to