You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to block traffic between nodes when using UNIX sockets. For some test current approach to disconnect instances via box.cfg.replication doesn't work, because it closes the connection and the other side notices the disconnect almost immediately (e.g. tarantool/tarantool#7141).
In two words, I want something like:
sudo iptables -I INPUT -p tcp --sport 3301 -j DROP
sudo iptables -I INPUT -p tcp --dport 3301 -j DROP
But for UNIX sockets.
It would be great, if there was a 'proxy' helper which could block all traffic, without closing the connection.
The text was updated successfully, but these errors were encountered:
grafin
changed the title
Ability to simultae network problems
Ability to simulate network problems
Jul 4, 2022
Currently there is no way to block traffic between nodes when using UNIX sockets. For some test current approach to disconnect instances via box.cfg.replication doesn't work, because it closes the connection and the other side notices the disconnect almost immediately (e.g. tarantool/tarantool#7141).
In two words, I want something like:
But for UNIX sockets.
It would be great, if there was a 'proxy' helper which could block all traffic, without closing the connection.
The text was updated successfully, but these errors were encountered: