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


##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java:
##########
@@ -417,9 +417,7 @@ void removeAppAttemptPathInfoFromDB(String appId, int 
attemptId) {
     if (db != null) {
       try {
         byte[] key = getDbAppAttemptPathsKey(appAttemptId);
-        if (db.get(key) != null) {

Review Comment:
   Did you remove this change ? I thought it made sense to do this - we dont 
need the `get` here.



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