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

CIRA connection getting dropped randomly #441

Closed
shubh293 opened this issue Dec 1, 2021 · 2 comments · Fixed by #560
Closed

CIRA connection getting dropped randomly #441

shubh293 opened this issue Dec 1, 2021 · 2 comments · Fixed by #560
Assignees
Labels
bug Something isn't working

Comments

@shubh293
Copy link

shubh293 commented Dec 1, 2021

Mostly, CIRA connection timeout trigger occurs when we use power action API like (power off, restart, power on bios). Because of this we lose connection on MPS but AMT is still sending keep alive request in every 30 seconds but on MPS side we have already closed CIRA connection of client and it is stuck in loop now, The client thinks that it is still connected but on the other side (MPS) we have already closed the connection.

I have to restart MPS server every time to get it working again.

@matt-primrose
Copy link
Member

matt-primrose commented Dec 1, 2021

Hi @shubh293
Can you provide some additional information for us?

  • MPS Version
  • AMT Version including full version string xx.xx.xx
  • Does the machine ever reconnect if you don't reset the MPS? say after 5 or 10 minutes it reconnects? or if you reboot the AMT machine?

Thanks!

@graikhel-intel
Copy link
Contributor

@matt-primrose, I'm working with @shubh293 to root cause this issue. Seems like a race condition where MPS closes CIRA socket on timeout but AMT keeps sending keepalive on the socket.

@rsdmike rsdmike added the bug Something isn't working label Dec 9, 2021
@rsdmike rsdmike linked a pull request Feb 3, 2022 that will close this issue
4 tasks
@rsdmike rsdmike linked a pull request May 18, 2022 that will close this issue
4 tasks
@rsdmike rsdmike closed this as completed May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants