Issue Details (XML | Word | Printable)

Key: HADOOP-3160
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lohit Vijayarenu
Reporter: Lohit Vijayarenu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

remove exists() from ClientProtocol and NameNode

Created: 03/Apr/08 03:42 AM   Updated: 08/Jul/09 04:43 PM
Component/s: None
Affects Version/s: 0.17.0
Fix Version/s: 0.18.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-3160.patch 2008-04-15 09:52 AM Lohit Vijayarenu 3 kB
Issue Links:
Reference
 

Resolution Date: 16/Apr/08 06:04 PM


 Description  « Hide
Following HADOOP-2634 please remove exists() from ClientProtocol and NameNode in 0.18

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Lohit Vijayarenu added a comment - 15/Apr/08 09:52 AM
This patch removed exists() from ClientProtocol, NameNode and FSNameSystem. Removing deprecated APIs, so no test cases included

Edward J. Yoon added a comment - 15/Apr/08 10:07 AM
+1. Looks good to me.

Hadoop QA added a comment - 15/Apr/08 06:39 PM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12380161/HADOOP-3160.patch
against trunk revision 645773.

@author +1. The patch does not contain any @author tags.

tests included -1. The patch doesn't appear to include any new or modified tests.
Please justify why no tests are needed for this patch.

javadoc +1. The javadoc tool did not generate any warning messages.

javac +1. The applied patch does not generate any new javac compiler warnings.

release audit +1. The applied patch does not generate any new release audit warnings.

findbugs +1. The patch does not introduce any new Findbugs warnings.

core tests -1. The patch failed core unit tests.

contrib tests +1. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2239/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2239/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2239/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2239/console

This message is automatically generated.


Lohit Vijayarenu added a comment - 15/Apr/08 07:48 PM
test failure was due to timeout. This test works on my system, retrying hudson

Hadoop QA added a comment - 16/Apr/08 05:24 AM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12380161/HADOOP-3160.patch
against trunk revision 645773.

@author +1. The patch does not contain any @author tags.

tests included -1. The patch doesn't appear to include any new or modified tests.
Please justify why no tests are needed for this patch.

javadoc +1. The javadoc tool did not generate any warning messages.

javac +1. The applied patch does not generate any new javac compiler warnings.

release audit +1. The applied patch does not generate any new release audit warnings.

findbugs +1. The patch does not introduce any new Findbugs warnings.

core tests +1. The patch passed core unit tests.

contrib tests +1. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2247/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2247/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2247/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2247/console

This message is automatically generated.


Raghu Angadi added a comment - 16/Apr/08 06:04 PM
I just committed this. Thanks Lohit.

Hudson added a comment - 17/Apr/08 12:11 PM