Daniel Templeton created HDFS-9001: -------------------------------------- Summary: DFSUtil.getNsServiceRpcUris() can return too many entries in a non-HA, non-federated cluster Key: HDFS-9001 URL: https://issues.apache.org/jira/browse/HDFS-9001 Project: Hadoop HDFS Issue Type: Bug Components: HDFS Affects Versions: 2.7.1, 2.7.0, 2.6.0 Reporter: Daniel Templeton Assignee: Daniel Templeton
If defaultFS differs from rpc-address, then DFSUtil.getNsServiceRpcUris() will return two entries: one for the [service] RPC address and one for the default FS. This behavior violates the expected behavior stated in the JavaDoc header. -- This message was sent by Atlassian JIRA (v6.3.4#6332)