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


##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/ExternalShuffleBlockResolver.java:
##########
@@ -457,18 +457,19 @@ static ConcurrentMap<AppExecId, ExecutorShuffleInfo> 
reloadRegisteredExecutors(D
       throws IOException {
     ConcurrentMap<AppExecId, ExecutorShuffleInfo> registeredExecutors = 
Maps.newConcurrentMap();
     if (db != null) {
-      DBIterator itr = db.iterator();

Review Comment:
   The methods `reloadActiveAppAttemptsPathInfo` and 
`reloadFinalizedAppAttemptsShuffleMergeInfo` should be Spark 3.4 only. Please 
let me know if this PR needs to be backport to other branch



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