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
版本: V1.8.6 由于系统规则抛出时是直接抛出,没有包裹 Rule 对象。而在 LogSlot 记录日志时,会去获取 Rule 对象,导致此处出现 NPE ,使得 SystemBlockException 没有抛出被吞掉,使得系统规则失效。 下图是发生 NPE 时,导致 SystemBlockException 被吞掉的情况,其他限流规则是否会被吞掉,还待测试。
Rule
LogSlot
NPE
SystemBlockException
不应该出现 NPE 导致规则失效
The text was updated successfully, but these errors were encountered:
#2980 #3084
Sorry, something went wrong.
No branches or pull requests
Issue Description
Type: bug report
Describe what happened
版本: V1.8.6
由于系统规则抛出时是直接抛出,没有包裹
Rule
对象。而在LogSlot
记录日志时,会去获取Rule
对象,导致此处出现NPE
,使得SystemBlockException
没有抛出被吞掉,使得系统规则失效。下图是发生
NPE
时,导致SystemBlockException
被吞掉的情况,其他限流规则是否会被吞掉,还待测试。Describe what you expected to happen
不应该出现
NPE
导致规则失效How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: