[devel] [PATCH 0/1] Review Request for mds: close sockets at the end of mdtm_tipc_destroy() [#3125]

2019-12-03 Thread thuan.tran
Summary: mds: close sockets at the end of mdtm_tipc_destroy() [#3125] Review request for Ticket(s): 3125 Peer Reviewer(s): Minh, Vu, Thang, Gary Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3125 Base revision: cda2e505cb7a018

[devel] [PATCH 1/1] mds: close sockets at the end of mdtm_tipc_destroy() [#3125]

2019-12-03 Thread thuan.tran
Aslo create wrapper of sendto() to retry if errno is ENOMEM/ENOBUFFS/EINTR. And return for other errors, do not assert() cause coredump. --- src/mds/mds_dt_tipc.c| 47 +++ src/mds/mds_dt_tipc.h| 3 ++ src/mds/mds_tipc_fctrl_portid.cc | 65 ++