Guanghao Zhang created HBASE-23049:
--------------------------------------
Summary: TableDescriptors#getAll should return the tables ordering
by the name which contain namespace
Key: HBASE-23049
URL: https://issues.apache.org/jira/browse/HBASE-23049
Project: HBase
Issue Type: Improvement
Reporter: Guanghao Zhang
Assignee: Guanghao Zhang
TableDescriptors#getAll return a TreeMap ordering by TableName#getNameAsString.
But if the namespace is "default", TableName#getNameAsString just returns the
name which not contain the namespace "default". Should use
TableName#getNameWithNamespaceInclAsString. It will effect the tables order in
Tables UI and shell "list" result.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)