You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Brandon Li (JIRA)" <ji...@apache.org> on 2012/09/15 17:46:07 UTC

[jira] [Created] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Brandon Li created HADOOP-8813:
----------------------------------

             Summary: RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
                 Key: HADOOP-8813
                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Brandon Li
            Assignee: Brandon Li
            Priority: Trivial




--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Attachment: HADOOP-8813.patch
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462253#comment-13462253 ] 

Hudson commented on HADOOP-8813:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2764 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2764/])
    HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (Revision 1389649)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1389649
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Status: Patch Available  (was: Open)
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>


--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462717#comment-13462717 ] 

Hudson commented on HADOOP-8813:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1176 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1176/])
    HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (Revision 1389649)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1389649
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-8813:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed the patch to trunk. Thank you Brandon.
                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462153#comment-13462153 ] 

Brandon Li commented on HADOOP-8813:
------------------------------------

This is an annotation change and doesn't need unit test.
The test failures are not introduced by this patch. 
                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>


--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462017#comment-13462017 ] 

Hadoop QA commented on HADOOP-8813:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12546356/HADOOP-8813.patch
  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 javac.  The applied patch does not increase the total number of javac compiler warnings.

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

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +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 in hadoop-common-project/hadoop-common:

                  org.apache.hadoop.ha.TestZKFailoverController
                  org.apache.hadoop.metrics2.impl.TestMetricsSystemImpl

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

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

This message is automatically generated.
                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>


--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462749#comment-13462749 ] 

Hudson commented on HADOOP-8813:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1207 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1207/])
    HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (Revision 1389649)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1389649
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462284#comment-13462284 ] 

Hudson commented on HADOOP-8813:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2786 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2786/])
    HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (Revision 1389649)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1389649
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Affects Version/s: 3.0.0
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>


--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462225#comment-13462225 ] 

Hadoop QA commented on HADOOP-8813:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12546389/HADOOP-8813.patch
  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 javac.  The applied patch does not increase the total number of javac compiler warnings.

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

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +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 in hadoop-common-project/hadoop-common:

                  org.apache.hadoop.ha.TestZKFailoverController

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

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

This message is automatically generated.
                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Description: RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Component/s: ipc
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>


--
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] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Li updated HADOOP-8813:
-------------------------------

    Attachment: HADOOP-8813.patch
    
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>


--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462166#comment-13462166 ] 

Suresh Srinivas commented on HADOOP-8813:
-----------------------------------------

Brandon, should we add Yarn to the list as well?
                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>         Attachments: HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

--
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] [Commented] (HADOOP-8813) RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462256#comment-13462256 ] 

Hudson commented on HADOOP-8813:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2827 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2827/])
    HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (Revision 1389649)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1389649
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java

                
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8813
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8813.patch, HADOOP-8813.patch
>
>
> RPC Serever and Client classes need InterfaceAudience and InterfaceStability annotations

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