You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2019/01/08 23:01:00 UTC

[jira] [Commented] (BEAM-6307) Nexmark Spark failed due to FileNotFoundException

    [ https://issues.apache.org/jira/browse/BEAM-6307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16737623#comment-16737623 ] 

Kenneth Knowles commented on BEAM-6307:
---------------------------------------

Haven't seen it lately, but leaving for deflaking via whatever process we come up with.

> Nexmark Spark failed due to FileNotFoundException
> -------------------------------------------------
>
>                 Key: BEAM-6307
>                 URL: https://issues.apache.org/jira/browse/BEAM-6307
>             Project: Beam
>          Issue Type: Bug
>          Components: examples-nexmark
>            Reporter: Andrew Pilloud
>            Assignee: Kenneth Knowles
>            Priority: Major
>              Labels: flake
>
> Nexmark Spark failed due to FileNotFoundException.
> https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Spark/1417/consoleFull
> {code:java}
> 09:28:16 18/12/22 17:27:58 ERROR org.apache.spark.storage.DiskBlockObjectWriter: Uncaught exception while reverting partial writes to file /tmp/blockmgr-d4a681cf-2c36-4c8c-a238-cf16e4a89e73/12/temp_shuffle_c59ca414-109d-4c7b-b1d1-3514aa936662
> 09:28:16 java.io.FileNotFoundException: /tmp/blockmgr-d4a681cf-2c36-4c8c-a238-cf16e4a89e73/12/temp_shuffle_c59ca414-109d-4c7b-b1d1-3514aa936662 (No such file or directory)
> 09:28:16 	at java.io.FileOutputStream.open0(Native Method)
> 09:28:16 	at java.io.FileOutputStream.open(FileOutputStream.java:270)
> 09:28:16 	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
> 09:28:16 	at org.apache.spark.storage.DiskBlockObjectWriter$$anonfun$revertPartialWritesAndClose$2.apply$mcV$sp(DiskBlockObjectWriter.scala:217)
> 09:28:16 	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1390)
> 09:28:16 	at org.apache.spark.storage.DiskBlockObjectWriter.revertPartialWritesAndClose(DiskBlockObjectWriter.scala:214)
> 09:28:16 	at org.apache.spark.shuffle.sort.BypassMergeSortShuffleWriter.stop(BypassMergeSortShuffleWriter.java:237)
> 09:28:16 	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:102)
> 09:28:16 	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:53)
> 09:28:16 	at org.apache.spark.scheduler.Task.run(Task.scala:109)
> 09:28:16 	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:345)
> 09:28:16 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 09:28:16 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 09:28:16 	at java.lang.Thread.run(Thread.java:748)
> 09:28:16 18/12/22 17:27:58 ERROR org.apache.spark.shuffle.sort.BypassMergeSortShuffleWriter: Error while deleting file /tmp/blockmgr-d4a681cf-2c36-4c8c-a238-cf16e4a89e73/12/temp_shuffle_c59ca414-109d-4c7b-b1d1-3514aa936662
> 09:28:16 18/12/22 17:27:58 ERROR org.apache.spark.storage.DiskBlockObjectWriter: Uncaught exception while reverting partial writes to file /tmp/blockmgr-d4a681cf-2c36-4c8c-a238-cf16e4a89e73/12/temp_shuffle_0f0fa603-712e-4e36-8ce8-e9770dbab93e
> 09:28:16 java.io.FileNotFoundException: /tmp/blockmgr-d4a681cf-2c36-4c8c-a238-cf16e4a89e73/12/temp_shuffle_0f0fa603-712e-4e36-8ce8-e9770dbab93e (No such file or directory)
> 09:28:16 	at java.io.FileOutputStream.open0(Native Method)
> 09:28:16 	at java.io.FileOutputStream.open(FileOutputStream.java:270)
> 09:28:16 	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
> 09:28:16 	at org.apache.spark.storage.DiskBlockObjectWriter$$anonfun$revertPartialWritesAndClose$2.apply$mcV$sp(DiskBlockObjectWriter.scala:217)
> 09:28:16 	at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1390)
> 09:28:16 	at org.apache.spark.storage.DiskBlockObjectWriter.revertPartialWritesAndClose(DiskBlockObjectWriter.scala:214)
> 09:28:16 	at org.apache.spark.shuffle.sort.BypassMergeSortShuffleWriter.stop(BypassMergeSortShuffleWriter.java:237)
> 09:28:16 	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:102)
> 09:28:16 	at org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:53)
> 09:28:16 	at org.apache.spark.scheduler.Task.run(Task.scala:109)
> 09:28:16 	at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:345)
> 09:28:16 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 09:28:16 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 09:28:16 	at java.lang.Thread.run(Thread.java:748){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)