srowen commented on a change in pull request #32534:
URL: https://github.com/apache/spark/pull/32534#discussion_r643123948
##########
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:
Could be, yeah - just hard to know when to shut down that pool, but they
can be daemon threads / min size 0
--
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]