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
SystemRuleManager checkSystem 的时候会抛出 throw new SystemBlockException(resourceWrapper.getName(), "cpu"); 异常。然后在LogSlot 里会处理 BlockException 异常。但是抛出的SystemBlockException 并没有设置 rule 属性。导致空指针异常。
抛出的异常,并没有设置 rule 属性
The text was updated successfully, but these errors were encountered:
This has been fixed via #2980 and will be released in 2.0.0. You may try v2.0.0-alpha.
Sorry, something went wrong.
这已经通过#2980修复,并将在2.0.0中发布。您可以尝试v2.0.0-alpha。
请问这个补丁会在1.8.6的版本上合并吗?目前Spring Cloud Alibaba2022 和 2021使用的都是 1.8.6版本的Sentinel
No branches or pull requests
SystemRuleManager checkSystem 的时候会抛出 throw new SystemBlockException(resourceWrapper.getName(), "cpu"); 异常。然后在LogSlot 里会处理 BlockException 异常。但是抛出的SystemBlockException 并没有设置 rule 属性。导致空指针异常。
抛出的异常,并没有设置 rule 属性
The text was updated successfully, but these errors were encountered: