zos icon indicating copy to clipboard operation
zos copied to clipboard

decommissioning of reservation failed: failed to connect to 0-db: zdbd47bbb48-3070-4cdf-bd3f-fb8d3103980a: dial unix /var/run/zdb_zdbd47bbb48-3070-4cdf-bd3f-fb8d3103980a/zdb.sock: connect: resource temporarily unavailable

Open zaibon opened this issue 4 years ago • 1 comments

2020-09-22_3511x548_scrot

zaibon avatar Sep 22 '20 05:09 zaibon

Resource temporarily unavailable means that the unix socket backlog is full and it can't accept more connections. or the process ran out of open file descriptors.

We need to review the code for potential leaks.

muhamadazmy avatar Sep 22 '20 12:09 muhamadazmy