-
- Downloads
[SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException
- Rewind ByteBuffer before making ByteString (This fixes a bug introduced in #3849 / SPARK-4014) Author: Jongyoul Lee <jongyoul@gmail.com> Closes #4119 from jongyoul/SPARK-5333 and squashes the following commits: c6693a8 [Jongyoul Lee] [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException - changed logDebug location 4141f58 [Jongyoul Lee] [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException - Added license information 2190606 [Jongyoul Lee] [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException - Adjusted imported libraries b7f5517 [Jongyoul Lee] [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException - Rewind ByteBuffer before making ByteString
Showing
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosTaskLaunchData.scala 7 additions, 2 deletions...e/spark/scheduler/cluster/mesos/MesosTaskLaunchData.scala
- core/src/test/scala/org/apache/spark/scheduler/mesos/MesosTaskLaunchDataSuite.scala 38 additions, 0 deletions...ache/spark/scheduler/mesos/MesosTaskLaunchDataSuite.scala
Please register or sign in to comment