Netflix / rend

A memcached proxy that manages data chunking and L1 / L2 caches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix domain socket listen fails to bind if the file already exists

ScottMansfield opened this issue · comments

This is a well known problem, just one that we haven't addressed yet. Just before a bind to a unix socket path, we should delete the path if it exists. Currently, the program will fail to start because it can't bind to the path if there's already a file.