Jeongmin Kim created HBASE-24652:
------------------------------------
Summary: Revisit HBASE-21207, HBASE-22543 to make date type fields
sortable
Key: HBASE-24652
URL: https://issues.apache.org/jira/browse/HBASE-24652
Project: HBase
Issue Type: Improvement
Components: master, Operability, UI, Usability
Affects Versions: 2.1.6, 2.2.1, 2.1.5, 2.2.0, 3.0.0-alpha-1, 2.3.0
Reporter: Jeongmin Kim
Fix For: 3.0.0-alpha-1
Attachments: SCREEN_SHOT1.png
date type values such as regionserver list 'Start time' field on master-status
page, are not sorted by time.
HBASE-21207, HBASE-22543 missed it. so before this fix, date sorted as String.
first field of date is 'day', therefore always Friday goes first, Wednesday
goes last.
* SCREEN_SHOT1.png
this fix make date type values sorted by time and date.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)