提交 2cfcd8ec 编写于 作者: Z zhourui

删除其他的cleanup

上级 89b5b819
......@@ -123,6 +123,7 @@ public abstract class AbstractQueue<T> {
try {
this.queue.clear();
queue.put(new StopSignal());
logger.info("queue class: {} stop.", className);
} catch (Exception e) {
e.printStackTrace();
} finally {
......
......@@ -106,8 +106,6 @@ public class ThisApplication {
public static void destroy() {
try {
centerQueue.stop();
logQueue.stop();
} catch (Exception e) {
e.printStackTrace();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册