You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2016/12/07 07:46:58 UTC

[jira] [Created] (HDFS-11217) Make some JMX interfaces private

Akira Ajisaka created HDFS-11217:
------------------------------------

             Summary: Make some JMX interfaces private
                 Key: HDFS-11217
                 URL: https://issues.apache.org/jira/browse/HDFS-11217
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Akira Ajisaka


NameNodeMXBean, NameNodeStatusMXBean, DataNodeMXBean are annotated {{@Public}} and {{@Stable}}, but some methods are being added. For example, DataNodeMXBean.getBPServiceActorInfo was added between branch-2.7.3 and branch-2.8. Adding methods to interfaces breaks the user classes which implement them, so we should make them {{@Private}}.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org