-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[BUG] divide plugin config lost when network has problem #5311
Comments
and I dont understand why shenyu-admin would update database after the network changes,I dont think it is a good design.shenyu-admin can do this operation and publish event in memory,but update datebase makes me very confusing and it occures problem |
yeah, shenyu will refactor the design, and keep the database, now, you can config |
@NightliarX Hi, I recommend increasing the value of As for concurrency problem, see #5587 , the PR also fix other bug. |
* [ISSUE #5311] less concurrency * fix grpc CI * try fix grpc e2e CI * rollback --------- Co-authored-by: moremind <[email protected]>
Is there an existing issue for this?
Current Behavior
when the network experiences jitter,the ip:port configuration in divide plugin will be lost
Expected Behavior
do not change divide plugin's configuration even the network is unreachable,because network jitter will recover soon
Steps To Reproduce
1.click pluginList-proxy-divide-add,to add a new divide config
2,in this config,Ip:port set a Ip address that unreachable
3.save this config
4.click modify button to see Ip:port config
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: