zentol commented on pull request #18124: URL: https://github.com/apache/flink/pull/18124#issuecomment-1011028262
I would delay the merge of this PR for a bit. This change highlights some issues with how the UI interacts with the AdaptiveScheduler. For example it only blocks displaying the job details page or INITIALIZING jobs, but throws an error if we are in waiting for resources because the returned job info does not contain a proper plan. We could fix that, but the page would then be empty until the EG is created. Another issue is that only the initializing timestamp is setup correctly if the EG was not created yet, so the timeline is borked. This would be easy to fix with #18143 in place. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
