You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sameer Paranjpye (JIRA)" <ji...@apache.org> on 2007/06/27 19:13:27 UTC

[jira] Updated: (HADOOP-1172) Reduce job failed due to error in logging

     [ https://issues.apache.org/jira/browse/HADOOP-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sameer Paranjpye updated HADOOP-1172:
-------------------------------------

    Component/s: mapred
    Description: 
Here is the stack trace:

java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:260)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
	at org.apache.hadoop.mapred.TaskLog$Writer.writeIndexRecord(TaskLog.java:251)
	at org.apache.hadoop.mapred.TaskLog$Writer.close(TaskLog.java:235)
	at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:406)
	at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:281)

Fail to log should not fail the task. Especially when closing the logwriter. At that time, the mapper was actually complete.

  was:

Here is the stack trace:

java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:260)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
	at org.apache.hadoop.mapred.TaskLog$Writer.writeIndexRecord(TaskLog.java:251)
	at org.apache.hadoop.mapred.TaskLog$Writer.close(TaskLog.java:235)
	at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:406)
	at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:281)

Fail to log should not fail the task. Especially when closing the logwriter. At that time, the mapper was actually complete.


> Reduce job failed due to error in logging
> -----------------------------------------
>
>                 Key: HADOOP-1172
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1172
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Runping Qi
>
> Here is the stack trace:
> java.io.IOException: No space left on device
> 	at java.io.FileOutputStream.writeBytes(Native Method)
> 	at java.io.FileOutputStream.write(FileOutputStream.java:260)
> 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
> 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
> 	at org.apache.hadoop.mapred.TaskLog$Writer.writeIndexRecord(TaskLog.java:251)
> 	at org.apache.hadoop.mapred.TaskLog$Writer.close(TaskLog.java:235)
> 	at org.apache.hadoop.mapred.TaskRunner.runChild(TaskRunner.java:406)
> 	at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:281)
> Fail to log should not fail the task. Especially when closing the logwriter. At that time, the mapper was actually complete.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.