caishunfeng commented on a change in pull request #6434:
URL: https://github.com/apache/dolphinscheduler/pull/6434#discussion_r719299776



##########
File path: 
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/CommandMapper.xml
##########
@@ -46,6 +46,7 @@
     <select id="queryCommandPage" 
resultType="org.apache.dolphinscheduler.dao.entity.Command">
         select *
         from t_ds_command
-        order by update_time asc
+        order by process_instance_priority, id asc

Review comment:
       yes, we think priority is the more correct order than update_time after 
discussion.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to