five111 edited a comment on issue #2606: URL: https://github.com/apache/servicecomb-java-chassis/issues/2606#issuecomment-940707549
已找到原因 自身业务代码原因 问题其实很低级 业务代码里有个异步的方法,为这个异步的方法设置了个超时时间,超过这个超时时间就会主动中断任务。这个时间在某次合入之后被修改的特别小,就出现了上文的问题。 ### 总结一点 InterruptedException 其实是非常罕见的,遇到这个问题可以优先考虑是否是主动设置的状态。 -- 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]
