[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-25 Thread Tsz Wo (Nicholas), SZE (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135298#comment-13135298
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-2499:
--

+1 patch looks good.

> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-26 Thread Hadoop QA (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136227#comment-13136227
 ] 

Hadoop QA commented on HDFS-2499:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12500618/HDFS-2499.txt
  against trunk revision .

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

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

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these unit tests:
  org.apache.hadoop.hdfs.TestFileCreationClient
  org.apache.hadoop.hdfs.TestSetrepIncreasing

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

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1462//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1462//console

This message is automatically generated.

> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-28 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138882#comment-13138882
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #1216 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1216/])
HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. 
Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190620
Files : 
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/JournalProtocolTranslatorR23.java


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-28 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138937#comment-13138937
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Hdfs-trunk-Commit #1269 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1269/])
HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. 
Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190620
Files : 
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/JournalProtocolTranslatorR23.java


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-28 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138946#comment-13138946
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Common-trunk-Commit #1193 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1193/])
HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. 
Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190620
Files : 
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/JournalProtocolTranslatorR23.java


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-29 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139250#comment-13139250
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Hdfs-trunk #847 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/847/])
HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. 
Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190620
Files : 
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/JournalProtocolTranslatorR23.java


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2011-10-29 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139272#comment-13139272
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Mapreduce-trunk #878 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/878/])
HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. 
Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190620
Files : 
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolR23Compatible/JournalProtocolTranslatorR23.java


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-10 Thread Tsz Wo (Nicholas), SZE (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183880#comment-13183880
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-2499:
--

Forgot to add an entry in CHANGES.txt?  Let me update it now.

> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183882#comment-13183882
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Hdfs-trunk-Commit #1598 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1598/])
Add HDFS-2499 to CHANGES.txt.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229897
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183883#comment-13183883
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Common-trunk-Commit #1525 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1525/])
Add HDFS-2499 to CHANGES.txt.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229897
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183896#comment-13183896
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #1544 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1544/])
Add HDFS-2499 to CHANGES.txt.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229897
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-11 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184021#comment-13184021
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Hdfs-trunk #922 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/922/])
Add HDFS-2499 to CHANGES.txt.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229897
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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




[jira] [Commented] (HDFS-2499) Fix RPC client creation bug from HDFS-2459

2012-01-11 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184062#comment-13184062
 ] 

Hudson commented on HDFS-2499:
--

Integrated in Hadoop-Mapreduce-trunk #955 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/955/])
Add HDFS-2499 to CHANGES.txt.

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229897
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Fix RPC client creation bug from HDFS-2459
> --
>
> Key: HDFS-2499
> URL: https://issues.apache.org/jira/browse/HDFS-2499
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Affects Versions: 0.23.0, 0.24.0
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Fix For: 0.24.0
>
> Attachments: HDFS-2499.txt, HDFS-2499.txt
>
>
> HDFS-2459 incorrectly implemented the RPC getProxy for the JournalProtocol 
> client side. It sets retry policies and other policies that are not necessary

--
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