-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorEntryFreeException:current entry in context: </error> #1531
Comments
我强制升级到了1.7.2,但是还是产生此问题,再具体介绍下情况:
|
是的,你描述的很详细。 本机调试发现: PR #1533 尝试优化这里的逻辑,如果request中已有Entry了,不创建新的Entry,这样Entry的entry/exit就能匹配,避免ErrorEntryFreeException。 |
嗯,谢谢回答。
由于返回了 |
这个bug需要怎么去规避呢? |
额,旧事重提; |
Fixed in #1533 in 1.8.0. |
springboot在发生错误时,出现了问题。
com.alibaba.csp.sentinel.ErrorEntryFreeException: The order of entry exit can't be paired with the order of entry, current entry in context: </error>, but expected: </xxx>
当请求
/xxx
的时候,显式抛出了异常,然后进入/error
,然后就发生了以上问题。版本1.7.1,starter版本2.2.1。
The text was updated successfully, but these errors were encountered: