[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-24 Thread Zheng Shao (JIRA)

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

Zheng Shao updated MAPREDUCE-1887:
--

   Status: Resolved  (was: Patch Available)
 Hadoop Flags: [Reviewed]
 Release Note: MAPREDUCE-1887. MRAsyncDiskService now properly absolutizes 
volume root paths. (Aaron Kimball via zshao)
Fix Version/s: 0.22.0
   Resolution: Fixed

Committed revision 957772. Thanks Aaron!

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Fix For: 0.22.0

 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.3.patch, 
 MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-23 Thread Aaron Kimball (JIRA)

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

Aaron Kimball updated MAPREDUCE-1887:
-

Status: Open  (was: Patch Available)

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.3.patch, 
 MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-23 Thread Aaron Kimball (JIRA)

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

Aaron Kimball updated MAPREDUCE-1887:
-

Status: Patch Available  (was: Open)

Trying again with Hudson, to get this result more accessible.

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.3.patch, 
 MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-22 Thread Aaron Kimball (JIRA)

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

Aaron Kimball updated MAPREDUCE-1887:
-

Attachment: MAPREDUCE-1887.patch

This has caused intermittent failure of TestMRServerPorts on our hudson 
instance. I am attaching a patch with a test case that reliably reproduces this 
error as well as the fix.

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-22 Thread Aaron Kimball (JIRA)

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

Aaron Kimball updated MAPREDUCE-1887:
-

Attachment: MAPREDUCE-1887.2.patch

new patch to address Todd's comments.

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-22 Thread Zheng Shao (JIRA)

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

Zheng Shao updated MAPREDUCE-1887:
--

Status: Open  (was: Patch Available)

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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



[jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths

2010-06-22 Thread Aaron Kimball (JIRA)

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

Aaron Kimball updated MAPREDUCE-1887:
-

Attachment: MAPREDUCE-1887.3.patch

Agree that the javadoc comment was confusing. Updated. Thanks for the fast 
review!

 MRAsyncDiskService does not properly absolutize volume root paths
 -

 Key: MAPREDUCE-1887
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Reporter: Aaron Kimball
Assignee: Aaron Kimball
 Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.3.patch, 
 MAPREDUCE-1887.patch


 In MRAsyncDiskService, volume names are sometimes specified as relative 
 paths, which are not converted to absolute paths. This can cause errors of 
 the form cannot delete /full/path/to/foo since it is outside of 
 relative/volume/root even though the actual path is inside the root. 

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