[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2014-09-03 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated HDFS-3833:
---
Fix Version/s: (was: 3.0.0)

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Fix For: 1-win, 2.0.2-alpha
>
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-31 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-3833:
--

Fix Version/s: 2.2.0-alpha
   1-win
   3.0.0

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Fix For: 3.0.0, 1-win, 2.2.0-alpha
>
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-31 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-3833:
--

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

I committed this patch to trunk and branch-2. 

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-30 Thread Brandon Li (JIRA)

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

Brandon Li updated HDFS-3833:
-

Affects Version/s: 3.0.0

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-30 Thread Brandon Li (JIRA)

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

Brandon Li updated HDFS-3833:
-

Status: Patch Available  (was: Open)

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-30 Thread Brandon Li (JIRA)

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

Brandon Li updated HDFS-3833:
-

Attachment: HDFS-3833.patch

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0, 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
> Attachments: HDFS-3833.branch-1-win.patch, HDFS-3833.patch
>
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-3833) TestDFSShell fails on Windows due to file concurrent read write

2012-08-21 Thread Brandon Li (JIRA)

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

Brandon Li updated HDFS-3833:
-

Summary: TestDFSShell fails on Windows due to file concurrent read write  
(was: TestDFSShell fails on Windows due to file read write race)

> TestDFSShell fails on Windows due to file concurrent read write
> ---
>
> Key: HDFS-3833
> URL: https://issues.apache.org/jira/browse/HDFS-3833
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1-win
>Reporter: Brandon Li
>Assignee: Brandon Li
>
> TestDFSShell sometimes fails due to the race between the write issued by the 
> test and blockscanner. Example stack trace:
> {noformat}
> Error Message
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
> Stacktrace
> java.io.FileNotFoundException: 
> c:\A\HM\build\test\data\dfs\data\data1\current\blk_-7735708801221347790 (The 
> requested operation cannot be performed on a file with a user-mapped section 
> open)
>   at java.io.FileOutputStream.open(Native Method)
>   at java.io.FileOutputStream.(FileOutputStream.java:194)
>   at java.io.FileOutputStream.(FileOutputStream.java:145)
>   at java.io.PrintWriter.(PrintWriter.java:218)
>   at org.apache.hadoop.hdfs.TestDFSShell.corrupt(TestDFSShell.java:1133)
>   at org.apache.hadoop.hdfs.TestDFSShell.testGet(TestDFSShell.java:1231)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira