You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
偶发出现com.alibaba.csp.sentinel.ErrorEntryFreeException: The order of entry exit can't be paired with the order of entry, current entry in context: global, but expected: global
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
`public class SentinelGlobalResourceInterceptor implements HandlerInterceptor {
}`
使用HandlerInterceptor 自定义了一个全局资源,用以控制整个服务的总体流量;
偶发出现com.alibaba.csp.sentinel.ErrorEntryFreeException: The order of entry exit can't be paired with the order of entry, current entry in context: global, but expected: global
理论上一个请求对应一个线程,不太可能出现并发情况重复创建global-resource 的entry;
目前观察下来是容器重启时高发,但不确定是否和重启强相关;
环境: sentinel:1.8.7 springboot:2.1.18
Beta Was this translation helpful? Give feedback.
All reactions