prakharjain09 commented on a change in pull request #28482:
URL: https://github.com/apache/spark/pull/28482#discussion_r425335363



##########
File path: core/src/main/scala/org/apache/spark/storage/BlockManager.scala
##########
@@ -1641,6 +1653,10 @@ private[spark] class BlockManager(
         peersForReplication = peersForReplication.tail
         peersReplicatedTo += peer
       } catch {
+        // Rethrow interrupt exception
+        case e: InterruptedException =>

Review comment:
       InterruptedException is not part of `NonFatal(e)`, so won't that be 
thrown away anyway without this change also?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to