mohamadrezarostami commented on a change in pull request #34331:
URL: https://github.com/apache/spark/pull/34331#discussion_r748029609



##########
File path: core/src/main/scala/org/apache/spark/deploy/Client.scala
##########
@@ -190,13 +190,13 @@ private class ClientEndpoint(
                 logDebug(s"State of driver $submittedDriverID is ${state.get}, 
" +
                   s"continue monitoring driver status.")
               }
-            }
-        }
-      } else {
+          }
+      }
+    } else if (exception.isEmpty || 
!Utils.responseFromBackup(a.get.getMessage())) {

Review comment:
       I also changed the condition handling to keep compatible with previous 
assumptions.




-- 
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.

To unsubscribe, e-mail: [email protected]

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