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

Fix PANIC in route-agent pod during gw migration #332

Merged

Conversation

sridhargaddam
Copy link
Member

During gateway node migration, on some occasions, it was observed
that there was an error while adding an FDB entry which results
in PANIC and route-agent pod gets restarted. The reason why FDB
entry failed is because of trying to configure an FDB entry with
empty ipAddress. This patch fixes this issue by ensuring that we
wait until a POD gets an IPAddress and process it only after one
is assigned to it.

Fixes issue: #331

Signed-off-by: Sridhar Gaddam sgaddam@redhat.com

During gateway node migration, on some occasions it was observed
that there was an error while adding an FDB entry which results
in PANIC and route-agent pod gets restarted. The reason why FDB
entry failed is because of trying to configure an FDB entry with
empty ipAddress. This patch fixes this issue by ensuring that we
wait until a POD gets an IPAddress and process it only after one
is assigned to it.

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr332/sridhargaddam/fix-route-agent-issue

@tpantelis tpantelis merged commit ce8db19 into submariner-io:master Feb 7, 2020
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr332/sridhargaddam/fix-route-agent-issue]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants