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 "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2016/03/21 15:49:25 UTC

[jira] [Created] (HDFS-10187) Add a "list" refresh handler to list all registered refresh identifiers/handlers

Wei-Chiu Chuang created HDFS-10187:
--------------------------------------

             Summary: Add a "list" refresh handler to list all registered refresh identifiers/handlers
                 Key: HDFS-10187
                 URL: https://issues.apache.org/jira/browse/HDFS-10187
             Project: Hadoop HDFS
          Issue Type: New Feature
    Affects Versions: 2.7.2
            Reporter: Wei-Chiu Chuang
            Assignee: Wei-Chiu Chuang


HADOOP-10376 added a new feature to register handlers for refreshing daemon configurations, because name node properties can be reconfigured without restarting the daemon. This can be a very useful generic interface, but so far no real handlers have been registered using this interface. I added a new 'list' handler to list all registered handlers. My plan is to add more handlers in the future using this interface.

Another minor fix is return a more explicit error message to the client if a handler is not registered. (It is currently logged at namenode side, but client side only gets a "Failed to get response." message without knowing why)



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