Author: kamrul
Date: Thu Oct  6 19:57:39 2011
New Revision: 1179797

URL: http://svn.apache.org/viewvc?rev=1179797&view=rev
Log:
Closes OOZIE-25 Removing confusing exception trace during wf 
suspend/kill/resume for Virag

Modified:
    
incubator/oozie/trunk/core/src/main/java/org/apache/oozie/command/XCommand.java
    incubator/oozie/trunk/release-log.txt

Modified: 
incubator/oozie/trunk/core/src/main/java/org/apache/oozie/command/XCommand.java
URL: 
http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/command/XCommand.java?rev=1179797&r1=1179796&r2=1179797&view=diff
==============================================================================
--- 
incubator/oozie/trunk/core/src/main/java/org/apache/oozie/command/XCommand.java 
(original)
+++ 
incubator/oozie/trunk/core/src/main/java/org/apache/oozie/command/XCommand.java 
Thu Oct  6 19:57:39 2011
@@ -280,7 +280,7 @@ public abstract class XCommand<T> implem
             }
         }
         catch(PreconditionException pex){
-            LOG.warn(pex.getMessage().toString() + ", Error Code: " + 
pex.getErrorCode().toString(), pex);
+            LOG.warn(pex.getMessage().toString() + ", Error Code: " + 
pex.getErrorCode().toString());
             instrumentation.incr(INSTRUMENTATION_GROUP, getName() + 
".preconditionfailed", 1);
             return null;
         }

Modified: incubator/oozie/trunk/release-log.txt
URL: 
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1179797&r1=1179796&r2=1179797&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Thu Oct  6 19:57:39 2011
@@ -1,4 +1,5 @@
 -- Oozie 3.1.1 release
+OOZIE-25 Removing confusing exception trace during wf suspend/kill/resume
 OOZIE-567 Is sub-workflow lib directory not used? Libraries of both parent and 
child workflows need to be added to classpath
 OOZIE-564 Embedded pig within python fails when run using oozie
 


Reply via email to