-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Error when adding rules via the dashboard: CommandFailedException: invalid type #924
Comments
About rule persistence to apollo problemI used to use the sentinel-dashboard interface to manage the rules. The rules were persisted to apollo, but bugs were found during use, as described below:
2, [New] flow control rules, failed, and the [already] rules have been modified, not synchronized to apollo 2019-07-17 16:33:07.327 INFO 8644 --- [nio-8899-exec-6] c.a.c.s.d.controller.FlowControllerV1 : publish flow rules fail after rule update |
You might need to check whether the version of 检查一下接入端 所有 Sentinel 相关依赖的版本 是否一致,是否有引入 Spring Cloud Alibaba dependencies 导致依赖版本被锁定。 |
This might be related to the migration of Spring Cloud Alibaba: alibaba/spring-cloud-alibaba#761 As a temporary solution, you could add all dependencies of Sentinel to |
For this issue you should refer to @fangjian0423 SCA 0.9.1(developing) will upgrade it to the version |
好的,那大概什么时候release SCA 0.9.1 ?? |
I think it could be released in a few weeks :) |
之前打算采用sentinel-dashboard界面管理规则,规则持久化到apollo,但是在使用过程中发现了bug,描述如下:
1、与apollo环境打通之后修改【已有】流控规则,成功
更新前:
更新后:
2、【新建】流控规则,失败,并且将【已有】的规则都修改了,未同步到apollo
再修改【已有】规则失败报错:
The text was updated successfully, but these errors were encountered: