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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2007/07/05 22:25:05 UTC

[jira] Created: (HADOOP-1567) Build version verification on DataNode should be returned back

Build version verification on DataNode should be returned back
--------------------------------------------------------------

                 Key: HADOOP-1567
                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
             Project: Hadoop
          Issue Type: Bug
    Affects Versions: 0.13.0
            Reporter: Konstantin Shvachko
            Assignee: dhruba borthakur
             Fix For: 0.14.0


HADOOP-1269 removed build version verification from DataNode.handshake() method.
I think this was done by a mistake.
Build version consistency of the name-node and data-nodes is an important part of version upgrade.


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


[jira] Updated: (HADOOP-1567) Build version verification on DataNode should be returned back

Posted by "Konstantin Shvachko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Shvachko updated HADOOP-1567:
----------------------------------------

    Component/s: dfs

> Build version verification on DataNode should be returned back
> --------------------------------------------------------------
>
>                 Key: HADOOP-1567
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: dhruba borthakur
>             Fix For: 0.14.0
>
>
> HADOOP-1269 removed build version verification from DataNode.handshake() method.
> I think this was done by a mistake.
> Build version consistency of the name-node and data-nodes is an important part of version upgrade.

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


[jira] Commented: (HADOOP-1567) Build version verification on DataNode should be returned back

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511979 ] 

Hadoop QA commented on HADOOP-1567:
-----------------------------------

-1, build or testing failed

2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12361519/buildversion.patch against trunk revision r555282.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/398/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/398/console

Please note that this message is automatically generated and may represent a problem with the automation system and not the patch.

> Build version verification on DataNode should be returned back
> --------------------------------------------------------------
>
>                 Key: HADOOP-1567
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: dhruba borthakur
>             Fix For: 0.14.0
>
>         Attachments: buildversion.patch
>
>
> HADOOP-1269 removed build version verification from DataNode.handshake() method.
> I think this was done by a mistake.
> Build version consistency of the name-node and data-nodes is an important part of version upgrade.

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


[jira] Updated: (HADOOP-1567) Build version verification on DataNode should be returned back

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-1567:
-------------------------------------

    Status: Patch Available  (was: Open)

> Build version verification on DataNode should be returned back
> --------------------------------------------------------------
>
>                 Key: HADOOP-1567
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: dhruba borthakur
>             Fix For: 0.14.0
>
>         Attachments: buildversion.patch
>
>
> HADOOP-1269 removed build version verification from DataNode.handshake() method.
> I think this was done by a mistake.
> Build version consistency of the name-node and data-nodes is an important part of version upgrade.

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


[jira] Updated: (HADOOP-1567) Build version verification on DataNode should be returned back

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-1567:
-------------------------------------

    Attachment: buildversion.patch

Here is the code that was mistakenly removed by HADOOP-1269. 

This problem could have been averted if we had a unit test to test this feature. 

> Build version verification on DataNode should be returned back
> --------------------------------------------------------------
>
>                 Key: HADOOP-1567
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: dhruba borthakur
>             Fix For: 0.14.0
>
>         Attachments: buildversion.patch
>
>
> HADOOP-1269 removed build version verification from DataNode.handshake() method.
> I think this was done by a mistake.
> Build version consistency of the name-node and data-nodes is an important part of version upgrade.

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


[jira] Updated: (HADOOP-1567) Build version verification on DataNode should be returned back

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-1567:
---------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 0.14.0)
           Status: Resolved  (was: Patch Available)

It looks like this was already fixed in HADOOP-1286.

http://svn.apache.org/viewvc?view=rev&revision=555368


> Build version verification on DataNode should be returned back
> --------------------------------------------------------------
>
>                 Key: HADOOP-1567
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1567
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Konstantin Shvachko
>            Assignee: dhruba borthakur
>         Attachments: buildversion.patch
>
>
> HADOOP-1269 removed build version verification from DataNode.handshake() method.
> I think this was done by a mistake.
> Build version consistency of the name-node and data-nodes is an important part of version upgrade.

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