Connell Donaghy
Connell Donaghy
@colinmjj what if I'm trying to deploy a code change, or a config change, and need to restart the process to pick up this change? Mostly curious if the shuffle...
its set to false in line 118
Can you run `strace -c ./p2pvc -v 127.0.0.1` and post the results?
Could this be an issue with ports being open? Looks like EINVAL and it's failing to receive.
Could you try running the following two commands before executing? `sudo /sbin/iptables -I INPUT -p udp --dport 55555 -j ACCEPT` `sudo /sbin/iptables -I INPUT -p udp --dport 55556 -j ACCEPT`
@liangrui1988 i'm considering trying to add this support to RemoteShuffleService, would you be interested for me to try and contribute it to this repo?
got it. looks like compression isn't supported at the moment on server side? my workloads tend to stress out the SSD and not use computation so I think they could...
@hiboyang just wanted to check if you might have context on the above?
@hiboyang definitely planning on contributing this feature. Could you elaborate on 'unpredictable' issue you saw? I think if the localstatestore has good status on what has been committed succesfully, it...
@hiboyang running on aws ec2 for now, we don't have the infra at the moment to support kubernetes unfortunately. will let you know when i have a diff ready for...