Opened 10 years ago
Closed 10 years ago
#2492 closed defect (fixed)
Reclaim dangling sockets on mgserver restart
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | Server | Version: | 2.6.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When the mgserver process dies on Linux by segfault, it cannot restart immediately due to the system reporting that the dangling sockets still being in use.
This can be resolved, by specifying reuse_addr = 1 when we open up the ACE socket acceptor on initialization of the MgClientAcceptor, which will cause these dangling sockets to be reclaimed.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | ClientAcceptor.cpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r8392) and 2.6 (r8393)