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
In branch-0.6 if the spark.rapids.shuffle.ucx.listener.enabled=true internal configuration is turned on (it is off by default), we get a segfault in UCX 1.10.1 and in 1.11 so far (until openucx/ucx#6244 goes in).
In the mean time, the workaround described in openucx/ucx#6755 works:
spark.executorEnv.UCX_SOCKADDR_TLS_PRIORITY=tcp
We can close this issue after testing that we can remove this temporary workaround.
The text was updated successfully, but these errors were encountered:
This is to track: openucx/ucx#6755
In branch-0.6 if the
spark.rapids.shuffle.ucx.listener.enabled=true
internal configuration is turned on (it is off by default), we get a segfault in UCX 1.10.1 and in 1.11 so far (until openucx/ucx#6244 goes in).In the mean time, the workaround described in openucx/ucx#6755 works:
We can close this issue after testing that we can remove this temporary workaround.
The text was updated successfully, but these errors were encountered: