Skip to content
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

MC importer doesn't work when leader controller is restarted #3593

Closed
luolanzone opened this issue Apr 7, 2022 · 0 comments · Fixed by #3596
Closed

MC importer doesn't work when leader controller is restarted #3593

luolanzone opened this issue Apr 7, 2022 · 0 comments · Fixed by #3596
Labels
area/multi-cluster Issues or PRs related to multi cluster. kind/bug Categorizes issue or PR as related to a bug.

Comments

@luolanzone
Copy link
Contributor

luolanzone commented Apr 7, 2022

Describe the bug

The importer of member cluster in a ClusterSet will stop working when the leader controller is restarted. Importer in MC is watching the events from leader cluster after a ClusterSet is initialized, when the leader controller is restarted, leader election can complete successfully but it doesn't start a new importer after election is done. This means member cluster can't import any new resource anymore if a leader controller is crashed and recovered.

To Reproduce
Set up a Antrea multi-cluster ClusterSet, trying so basic Service export/import, then restart the leader controller.

Expected
The importer should be started again after a new leader election is finished after the leader controller is restarted.

@luolanzone luolanzone added kind/bug Categorizes issue or PR as related to a bug. area/multi-cluster Issues or PRs related to multi cluster. labels Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/multi-cluster Issues or PRs related to multi cluster. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant