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 "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/07/19 00:23:04 UTC

[jira] Updated: (HADOOP-1624) Unknown op code exception in DataXceiver.

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

Raghu Angadi updated HADOOP-1624:
---------------------------------

    Attachment: HADOOP-1624.patch

> Unknown op code exception in DataXceiver.
> -----------------------------------------
>
>                 Key: HADOOP-1624
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1624
>             Project: Hadoop
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: Konstantin Shvachko
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.14.0
>
>         Attachments: HADOOP-1624.patch
>
>
> There is a missing break statement in DataNode.DataXceiver.run() which sends DataXceiver into an infinite loop printing
> Faulty op: 82
> 07/07/17 17:52:04 ERROR dfs.DataNode: DataXCeiver
> java.io.IOException: Unknown opcode 82in data stream
>     at org.apache.hadoop.dfs.DataNode$DataXceiver.run(DataNode.java:742)
>     at java.lang.Thread.run(Thread.java:595)
> Consequence of HADOOP-1134.
> Also a printout two lines below seems unnecessary.
> And another three lines below
>       LOG.error("DataXCeiver", t);
> should be spelled DataXceiver

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