Sentinel icon indicating copy to clipboard operation
Sentinel copied to clipboard

sentinel springwebmvc不支持异步async请求

Open halfciga opened this issue 3 years ago • 1 comments

我们在Controller使用了WebAsyncTask的异步返回方式,这种情况下,AbstractSentinelInterceptor中的prehandle会执行两次,rckey变成了2,但是afterCompletion只会执行一次(而且还是在另外一个线程请求的),导致clean的逻辑无法执行,这样entry和context在threadlocal中一直无法清除,最终oom

halfciga avatar Nov 12 '21 10:11 halfciga