hit-lacus commented on a change in pull request #1481:
URL: https://github.com/apache/kylin/pull/1481#discussion_r527520352



##########
File path: 
core-job/src/main/java/org/apache/kylin/job/execution/AbstractExecutable.java
##########
@@ -587,7 +596,7 @@ private static boolean isRetryableException(String 
exceptionName) {
 
     public final String getProject() {
         if (project == null) {
-            throw new IllegalStateException("project is not set for abstract 
executable " + getId());
+            logger.error("project is not set for abstract executable " + 
getId());

Review comment:
       I can not understand here.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to