Mellanox / SparkRDMA

This is archive of SparkRDMA project. The new repository with RDMA shuffle acceleration for Apache Spark is here: https://github.com/Nvidia/sparkucx
Apache License 2.0
240 stars 70 forks source link

Catch NullPointerException to not print in error log #18

Closed petro-rudenko closed 5 years ago

petro-rudenko commented 5 years ago

On the driver side, the active and passive RdmaChannels are essentially the same ones as they are being shared. Due to a race condition driver <-> executor channel could be stopped first as an active or passive.

Change-Id: I4fe5131b9c076295b1f8a5f8ce6066df46fe5e6f

petro-rudenko commented 5 years ago

17