[ 
https://issues.apache.org/jira/browse/FLINK-39585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077451#comment-18077451
 ] 

Herbert Wang edited comment on FLINK-39585 at 5/1/26 12:19 AM:
---------------------------------------------------------------

committer can assign it to me or make the one line fix, I have a one-line patch 
ready too here: https://github.com/apache/flink/pull/28080


was (Author: JIRAUSER309329):
committer can assign it to me or make the one line fix, I have a one-line patch 
ready too here: 

> Log AdaptiveScheduler ExecutionGraph creation failures at ERROR
> ---------------------------------------------------------------
>
>                 Key: FLINK-39585
>                 URL: https://issues.apache.org/jira/browse/FLINK-39585
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>    Affects Versions: 2.2.1
>            Reporter: Herbert Wang
>            Priority: Minor
>              Labels: pull-request-available
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> In {{CreatingExecutionGraph.handleExecutionGraphCreation}}, when the 
> {{ExecutionGraphWithVertexParallelism}} future completes exceptionally, the 
> AdaptiveScheduler logs the root-cause throwable at INFO before transitioning 
> the job to {{FAILED}}:
> {code:java}
> // flink-runtime .../scheduler/adaptive/CreatingExecutionGraph.java           
>                                                                               
>                                                           
>   if (throwable != null) {                                                    
>                                                                               
>                                                             
>       getLogger()                                                             
>                                                                               
>                                                             
>               .info(
>                       "Failed to go from {} to {} because the ExecutionGraph 
> creation failed.",                                                            
>                                                              
>                       CreatingExecutionGraph.class.getSimpleName(),           
>                                                                               
>                                                             
>                       Executing.class.getSimpleName(),                        
>                                                                               
>                                                             
>                       throwable);                                             
>                                                                               
>                                                             
>       ...                                                                     
>                                                                               
>                                                             
>       
> context.goToFinished(context.getArchivedExecutionGraph(JobStatus.FAILED, 
> throwable));
>   }    
> {code}
>   
> Proposed change: promote the single failure log call from INFO to ERROR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to