You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/18 04:16:18 UTC

[GitHub] [incubator-linkis] peacewong opened a new issue #1748: [Bug] After the ECM starts the EC timeout, it does not clear the ec information and stop the timeout ec

peacewong opened a new issue #1748:
URL: https://github.com/apache/incubator-linkis/issues/1748


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-cg-engineConnManager
   
   ### What happened + What you expected to happen
   
   If there is an abnormality in EC startup, now only log printing is done, no cleanup is initiated
   EC启动如果出现异常,现在只做了日志打印,没有发起清理
   ```
    future onComplete {
           case Failure(t) =>
             logger.error(s"init ${conn.getServiceInstance} failed.${conn.getEngineConnLaunchRunner.getEngineConnLaunch.getEngineConnManagerEnv().engineConnWorkDir}")
           case Success(_) =>
             logger.info(s"init ${conn.getServiceInstance} succeed.${conn.getEngineConnLaunchRunner.getEngineConnLaunch.getEngineConnManagerEnv().engineConnWorkDir}")
         }
   ```
   
   ### Relevent platform
   
   all
   
   ### Reproduction script
   
   1. Start ec, then breakpoint the Main method of EC
   2. ec startup timeout exception triggered
   
   1. 启动ec,然后断点EC的Main方法
   2. ec启动超时异常触发
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org