cloud-fan commented on a change in pull request #32534:
URL: https://github.com/apache/spark/pull/32534#discussion_r643122046
##########
File path: core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala
##########
@@ -21,9 +21,14 @@ import java.io.OutputStream
import java.nio.ByteBuffer
import java.util.LinkedHashMap
+import scala.collection.JavaConverters._
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer
+import scala.concurrent.ExecutionContext.Implicits.global
Review comment:
shall we create a dedicated thread pool (with a reasonable capacity) to
run the closing tasks?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]