LuciferYang commented on code in PR #37610:
URL: https://github.com/apache/spark/pull/37610#discussion_r952118956
##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/RemoteBlockPushResolver.java:
##########
@@ -802,6 +802,7 @@ public void close() {
if (db != null) {
try {
db.close();
+ db = null;
Review Comment:
@mlaflamm @zhouyejoe create SPARK-40186 to tracking this and ignore
`Finalized merged shuffle are written into DB and cleaned up after application
stopped` in this pr.
We should re-enable the test after SPARK-40186 resolved and if SPARK-40186
is resolved before the current pr I will merge it into this
--
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]