-
Notifications
You must be signed in to change notification settings - Fork 2k
Improve batch reload: do reload only when there is non-endpointslice resources #7779
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
base: main
Are you sure you want to change the base?
Conversation
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
I have hereby read the F5 CLA and agree to its terms |
@wd could you please include testing and findings after your change in a similar way you did in the bug ticket? |
@jjngx I didn't find a way to write tests for |
Signed-off-by: Dong Wang <wd@wdicc.com>
I rethought this code, and I feel the main issue might be that when handling the endpoint, it didn't consider whether the current version is the plus version(no reload is needed for the plus version). So, currently, there's only one line of change in the code. I have done some manual tests on my side. I'll paste the results along with some explanations. (I have removed a few irrelevant logs)
Below are the outputs from he fixed version.
|
Proposed changes
Fix/Improve #7778
Checklist
Before creating a PR, run through this checklist and mark each as complete.