-
Notifications
You must be signed in to change notification settings - Fork 374
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
Fix importer issue after leader controller restart #3596
Conversation
/test-multicluster-e2e |
Codecov Report
@@ Coverage Diff @@
## main #3596 +/- ##
===========================================
- Coverage 64.26% 53.80% -10.46%
===========================================
Files 278 392 +114
Lines 27821 43110 +15289
===========================================
+ Hits 17878 23196 +5318
- Misses 8045 17613 +9568
- Partials 1898 2301 +403
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the commit message:
when member cluster disconnect with leader and reconnect.
a member cluster disconnects from the leader and reconnects
1. Reset common area's cluster manager so it can be started again when member cluster disconnects from leader and reconnects. Otherwise, it will raise an error `can't accept new runnable as stop procedure is already engaged` 2. Always update the ResourceImport cache for importer so it can handle deletion event correctly. Signed-off-by: Lan Luo <[email protected]>
4368965
to
814dff8
Compare
message is updated now. thanks. |
/skip-all |
Reset common area's cluster manager so it can be started again
when member cluster disconnects from leader and reconnects. Otherwise,
it will raise an error
can't accept new runnable as stop procedure is already engaged
.Always update the ResourceImport cache for importer so it can handle
deletion event correctly.
Fixes #3593
Signed-off-by: Lan Luo [email protected]