Ticket #88 (closed bug: fixed)

Opened 12 months ago

Last modified 8 months ago

Dead Sockets on Server are never closed

Reported by: harms Owned by: harms
Priority: major Component: SERVER
Version: HEAD Keywords:
Cc:

Description

Communication sockets on pvfs2-server can be left in a dead state when the client terminates in an unexpected manner. These sockets are never closed and can eventually lead to a condition where all file descriptors are used causing the BMI thread to die.

Change History

Changed 8 months ago by carns

  • owner changed from slang to harms
  • status changed from new to assigned

Kevin added new code that will reap old sockets if we run out of file descriptors. That covers at least the most extreme scenario that causes trouble inside of BMI.

Changed 8 months ago by carns

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.