includeos / acorn

Acorn Web Server Appliance, built with IncludeOS
Apache License 2.0
93 stars 13 forks source link

Connections stuck in state LAST-ACK #22

Closed AndreasAakesson closed 8 years ago

AndreasAakesson commented 8 years ago

From the Openstack output, some TCP connections seems to not disappear, and gets stuck in state LAST-ACK. This is the last state before a Connection gets shut down, and not sure why it's happening (on a local instance I never get this error). Not sure yet if it's because the connections doesn't gets correctly shutdown - if the issue is with IncludeOS or Acorn - yet.

To not worry or cause panic to the masses which can result in riots, i'll hide this issue here for now and keep debugging the TCP.

AndreasAakesson commented 8 years ago

This is probably fixed with https://github.com/hioa-cs/IncludeOS/pull/772 - let's wait and see.