Github user squito commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9478#discussion_r44070286
  
    --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala 
---
    @@ -38,10 +30,16 @@ import org.apache.spark.network.netty.SparkTransportConf
     import org.apache.spark.network.shuffle.ExternalShuffleClient
     import org.apache.spark.network.shuffle.protocol.ExecutorShuffleInfo
     import org.apache.spark.rpc.RpcEnv
    -import org.apache.spark.serializer.{SerializerInstance, Serializer}
    +import org.apache.spark.serializer.{Serializer, SerializerInstance}
     import org.apache.spark.shuffle.ShuffleManager
    -import org.apache.spark.shuffle.hash.HashShuffleManager
     import org.apache.spark.util._
    +import sun.nio.ch.DirectBuffer
    +
    +import scala.collection.mutable.{ArrayBuffer, HashMap}
    +import scala.concurrent.duration._
    +import scala.concurrent.{Await, ExecutionContext, Future}
    +import scala.util.Random
    +import scala.util.control.NonFatal
    --- End diff --
    
    nit: old grouping was correct


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to