Yeah, Let's put it into our 1.0.0-m2 release plan. Yangyong, do you mind create a JIRA for it? We can keep track it in our release plan.
Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, May 7, 2018 at 4:48 PM, 郑扬勇 <[email protected]> wrote: > Hi, All: > We did not implement gracefully shutdown yet: > > // 当程序退出时,进行相关清理,注意:kill -9 {pid}下无效 > // 1. 去注册实例信息 > // TODO 服务优雅退出 > if (applicationContext instanceof AbstractApplicationContext) { > ((AbstractApplicationContext) applicationContext). > registerShutdownHook(); > } > > And had got an issue : https://github.com/apache/ > incubator-servicecomb-java-chassis/issues/685 from user. > So i think it's time we must do it and remove this TODO ? > > Best Regards! > YangYongZheng
