Done! JIRA link : https://issues.apache.org/jira/browse/SCB-548 Best Regards! YangYongZheng
------------------ ???????? ------------------ ??????: "willem.jiang"<[email protected]>; ????????: 2018??5??7??(??????) ????5:21 ??????: "dev"<[email protected]>; ????: Re: [Discussion]Java Chassis Support Gracefully Shutdown 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
