[
https://issues.apache.org/jira/browse/KYLIN-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338684#comment-16338684
]
Zhixiong Chen commented on KYLIN-3131:
--------------------------------------
If we change the "create_time" to "create_time_utc" in the front-end code,
cubes list will sort by 'create_time_utc'.
However frontend get 15 cubes a time, the cubes list only has 15 cubes.
The frontend can't sort cubes that frontend doesn't get. So [~peng.jianhua] let
all cubes sort by 'create_time_utc' in backend.
> After refresh the page,the cubes can't sort by 'create_time'
> ------------------------------------------------------------
>
> Key: KYLIN-3131
> URL: https://issues.apache.org/jira/browse/KYLIN-3131
> Project: Kylin
> Issue Type: Bug
> Components: Web
> Reporter: peng.jianhua
> Assignee: peng.jianhua
> Priority: Minor
> Fix For: v2.3.0
>
> Attachments:
> 0001-KYLIN-3131-After-refresh-the-page-the-cubes-can-t-so.patch, 01.PNG,
> 02.PNG, 03.PNG, 04.PNG, 05.PNG
>
>
> When we open the page 'localhost:7070/kylin/models',the cubes was
> disordered.Please refer to 01.png.
> Therefore,after we add or clone a new cube,then the page will be refreshed,we
> may not find the cube that just add.
> And through debug the code,I find that the cubes were sorted by 'create_time'
> default.But the cubes' attributes are not contain 'create_time'.
> So the cubes were disordered.Please refer to 02.png.
> Besides,in the back-end, cubes was sorted by created time from early to
> late,so the cubes we get were not latest.
> At this time,I add 50 cubes,from c1 to c50,add in order,but the cubes we get
> first were c1-c15,not c36-c50.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)