[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-06-04 Thread Luke Lu (JIRA)

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

Luke Lu updated HDFS-1101:
--

Attachment: hdfs-1101-y20s-v1.patch

TestDiskError would fail in testLocalDirs due to "incompatible namespaceIDs" 
exception on subsequent runs in y20s branch. The attached patch fix the test 
cluster initialization a la trunk.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Chris Douglas
> Fix For: 0.21.0
>
> Attachments: H1101-0.patch, hdfs-1101-y20s-v1.patch, 
> TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-06-11 Thread Luke Lu (JIRA)

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

Luke Lu updated HDFS-1101:
--

Attachment: hdfs-1101-y20s-v1-d1.patch

Somehow missed half of the fixes for the y20s patch.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Chris Douglas
> Fix For: 0.21.0
>
> Attachments: H1101-0.patch, hdfs-1101-y20s-v1-d1.patch, 
> hdfs-1101-y20s-v1.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko updated HDFS-1101:
--

Attachment: TestDiskErrorLocal.patch

MiniDFSCluster overrides the data-node storage directories while the original 
config is till pointing to the default values.
Therefore the directory cannot be found.
The patch fixes the problem and two java warnings in MiniDFSCluster.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko updated HDFS-1101:
--

Status: Patch Available  (was: Open)

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko updated HDFS-1101:
--

Assignee: Konstantin Shvachko

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Attachment: H1101-0.patch

I'm sorry, I missed this in review.

Though the current patch works for this case with only 1 datanode, pulling it 
from the DataNode is closer to the intent of the test and doesn't modify 
MiniDFSCluster.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Attachment: H1101-1.patch

Forgot to include Konstantin's javac warning fixes

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, H1101-1.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Status: Patch Available  (was: Open)

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, H1101-1.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-20 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Status: Open  (was: Patch Available)

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, H1101-1.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-24 Thread Jakob Homan (JIRA)

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

Jakob Homan updated HDFS-1101:
--

Status: Open  (was: Patch Available)

This patch no longer cleanly applies after HDFS-909. Also, I'm not getting the 
test failure anymore. That patch had two of the changes to MiniDFSCluster that 
are included in this patch.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, H1101-1.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-24 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Attachment: (was: H1101-1.patch)

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-24 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HDFS-1101:


Status: Patch Available  (was: Open)

Resubmitting without {{MiniDFSCluster}} changes.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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



[jira] Updated: (HDFS-1101) TestDiskError.testLocalDirs() fails

2010-04-24 Thread Jakob Homan (JIRA)

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

Jakob Homan updated HDFS-1101:
--

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
Assignee: Chris Douglas  (was: Konstantin Shvachko)
  Resolution: Fixed

I've committed this. Thanks Chris and Konstantin! Resolving as fixed.

> TestDiskError.testLocalDirs() fails
> ---
>
> Key: HDFS-1101
> URL: https://issues.apache.org/jira/browse/HDFS-1101
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Chris Douglas
> Fix For: 0.22.0
>
> Attachments: H1101-0.patch, TestDiskErrorLocal.patch
>
>
> {{TestDiskError.testLocalDirs()}} fails with {{FileNotFoundException}}

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