You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
"Stop DiskAccessor threads" prio=10 tid=0x00007f2184003800 nid=0x62c9 in Object.wait() [0x00007f21fdd19000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1281)
- locked <0x00007f23aa371a30> (a java.lang.Thread)
at java.lang.Thread.join(Thread.java:1355)
at org.apache.spark.monotasks.disk.DiskScheduler$$anonfun$stop$1.apply(DiskScheduler.scala:190)
at org.apache.spark.monotasks.disk.DiskScheduler$$anonfun$stop$1.apply(DiskScheduler.scala:186)
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:107)
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:107)
at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:226)
at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:39)
at scala.collection.mutable.HashMap$$anon$2.foreach(HashMap.scala:107)
at org.apache.spark.monotasks.disk.DiskScheduler.stop(DiskScheduler.scala:186)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply$mcV$sp(DiskScheduler.scala:173)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply(DiskScheduler.scala:173)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply(DiskScheduler.scala:173)
at org.apache.spark.util.Utils$.logUncaughtExceptions(Utils.scala:1621)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1.run(DiskScheduler.scala:173)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(Doesn't need to be fixed until post-deadline)
This is the stack trace:
"Stop DiskAccessor threads" prio=10 tid=0x00007f2184003800 nid=0x62c9 in Object.wait() [0x00007f21fdd19000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1281)
- locked <0x00007f23aa371a30> (a java.lang.Thread)
at java.lang.Thread.join(Thread.java:1355)
at org.apache.spark.monotasks.disk.DiskScheduler$$anonfun$stop$1.apply(DiskScheduler.scala:190)
at org.apache.spark.monotasks.disk.DiskScheduler$$anonfun$stop$1.apply(DiskScheduler.scala:186)
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:107)
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:107)
at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:226)
at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:39)
at scala.collection.mutable.HashMap$$anon$2.foreach(HashMap.scala:107)
at org.apache.spark.monotasks.disk.DiskScheduler.stop(DiskScheduler.scala:186)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply$mcV$sp(DiskScheduler.scala:173)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply(DiskScheduler.scala:173)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1$$anonfun$run$1.apply(DiskScheduler.scala:173)
at org.apache.spark.util.Utils$.logUncaughtExceptions(Utils.scala:1621)
at org.apache.spark.monotasks.disk.DiskScheduler$$anon$1.run(DiskScheduler.scala:173)
The text was updated successfully, but these errors were encountered: