Get blocks forever for worker node actor (if returning more than 100Kb)

The problem seems to be in network topology. Despite explicit settings of node IP addresses (–node-ip-address 192.168.255.5, e.g.), Ray seems to use other existing network interfaces too. With a single network interface there are no more such errors/exceptions. However, this is not secure - there is only one network interface and ray ports are open on it.

1 Like