Skip to content
Snippets Groups Projects
Commit 305dbcf6 authored by Ilya Kosarev's avatar Ilya Kosarev Committed by Vladimir Davydov
Browse files

iproto: close socket explicitly before wal_dir at exit

tarantool instance didn't close socket explicitly
which could cause hot standby instance to fail to bind
in case it tries to bind before socket is closed by OS.
Now it is fixed by closing socket explicitly before wal_dir.

Closes #3967
parent 85e1d78b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment