We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: bug report
系统自适应限流 调用 SystemBlockException 构造方法 并抛出时 未初始化父类 BlockException 的成员变量 AbstractRule 导致捕获异常使用 EagleEyeLogUtil.log 记录日志时触发 空指针异常。 上述空指针异常 “掩盖” 了 抛出的 SystemBlockException,导致即使触发系统自适应保护,请求仍会发送到后台的接口。
触发系统自适应保护后,正常抛出并记录异常,后台接口接收不到请求。
The text was updated successfully, but these errors were encountered:
#2853 引入的bug @sczyh30
Sorry, something went wrong.
哈哈,刚刚也发现了
No branches or pull requests
Issue Description
Type: bug report
Describe what happened
系统自适应限流 调用 SystemBlockException 构造方法 并抛出时 未初始化父类 BlockException 的成员变量 AbstractRule 导致捕获异常使用 EagleEyeLogUtil.log 记录日志时触发 空指针异常。
上述空指针异常 “掩盖” 了 抛出的 SystemBlockException,导致即使触发系统自适应保护,请求仍会发送到后台的接口。
Describe what you expected to happen
触发系统自适应保护后,正常抛出并记录异常,后台接口接收不到请求。
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
The text was updated successfully, but these errors were encountered: