LuciferYang commented on code in PR #36200:
URL: https://github.com/apache/spark/pull/36200#discussion_r940911761


##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java:
##########
@@ -930,15 +922,15 @@ List<byte[]> reloadActiveAppAttemptsPathInfo(DB db) 
throws IOException {
                   try {
                     // Add the former outdated DB key to deletion list
                     
dbKeysToBeRemoved.add(getDbAppAttemptPathsKey(existingAppAttemptId));
-                  } catch (IOException e) {
-                    logger.error("Failed to get the DB key for {}", 
existingAppAttemptId, e);
+                  } catch (IOException ioe) {
+                    logger.error("Failed to get the DB key for {}", 
existingAppAttemptId, ioe);
                   }

Review Comment:
   SPARK-40004



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