You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2011/04/22 22:42:05 UTC

[jira] [Created] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
-------------------------------------------------------------------------------------

                 Key: MAPREDUCE-2448
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Nicholas Carlini
            Priority: Minor


{noformat}
java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

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

Eli Collins updated MAPREDUCE-2448:
-----------------------------------

    Attachment: mapreduce-2448-1.patch

Patch that modifies the test to use MiniDFSCluster#corruptBlockOnDataNodes instead of TestDatanodeBlockScanner#corruptReplica.

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

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

Eli Collins updated MAPREDUCE-2448:
-----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Thanks Nigel!   I've committed this.

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2448:
----------------------------------------------

    Assignee:     (was: Nicholas Carlini)

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2448:
----------------------------------------------

    Component/s: contrib/raid

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

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

Eli Collins updated MAPREDUCE-2448:
-----------------------------------

    Fix Version/s: 0.23.0
           Status: Patch Available  (was: Open)

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023578#comment-13023578 ] 

Nigel Daley commented on MAPREDUCE-2448:
----------------------------------------

+1 code review. 

Precommit testing aborted because it detected that trunk was broken:
https://builds.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/181/console
This patch is meant to fix trunk. Please commit. 

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

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

Eli Collins updated MAPREDUCE-2448:
-----------------------------------

    Fix Version/s:     (was: 0.23.0)
                   0.22.0

I merged this to 0.22.

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

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

Eli Collins reassigned MAPREDUCE-2448:
--------------------------------------

    Assignee: Eli Collins

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028209#comment-13028209 ] 

Hudson commented on MAPREDUCE-2448:
-----------------------------------

Integrated in Hadoop-Mapreduce-22-branch #44 (See [https://builds.apache.org/hudson/job/Hadoop-Mapreduce-22-branch/44/])
    MAPREDUCE-2448. svn merge -c 1096520 from trunk


> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024860#comment-13024860 ] 

Hudson commented on MAPREDUCE-2448:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #645 (See [https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/645/])
    MAPREDUCE-2448. NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..). Contributed by Eli Collins


> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2448) NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028769#comment-13028769 ] 

Hudson commented on MAPREDUCE-2448:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #669 (See [https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk/669/])
    

> NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..)
> -------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2448
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2448
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2448-1.patch
>
>
> {noformat}
> java.lang.NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(Ljava/lang/String;I)Z
> 	at org.apache.hadoop.raid.TestBlockFixer.corruptBlock(TestBlockFixer.java:643)
> 	at org.apache.hadoop.raid.TestBlockFixer.implBlockFix(TestBlockFixer.java:189)
> 	at org.apache.hadoop.raid.TestBlockFixer.testBlockFixLocal(TestBlockFixer.java:139)
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira