This is an automated email from the ASF dual-hosted git repository.

fanrui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a6e8aeb30f [FLINK-32568][web] Ensure that all subtasks are sorted by 
busy ratio at the backpressure tab by default
2a6e8aeb30f is described below

commit 2a6e8aeb30f1d617c625c66da9e6fdebea57876b
Author: 1996fanrui <1996fan...@gmail.com>
AuthorDate: Mon Jul 10 17:10:21 2023 +0800

    [FLINK-32568][web] Ensure that all subtasks are sorted by busy ratio at the 
backpressure tab by default
---
 .../backpressure/job-overview-drawer-backpressure.component.html      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/flink-runtime-web/web-dashboard/src/app/pages/job/overview/backpressure/job-overview-drawer-backpressure.component.html
 
b/flink-runtime-web/web-dashboard/src/app/pages/job/overview/backpressure/job-overview-drawer-backpressure.component.html
index 6e9d01514ec..5628679476b 100644
--- 
a/flink-runtime-web/web-dashboard/src/app/pages/job/overview/backpressure/job-overview-drawer-backpressure.component.html
+++ 
b/flink-runtime-web/web-dashboard/src/app/pages/job/overview/backpressure/job-overview-drawer-backpressure.component.html
@@ -57,8 +57,8 @@
     </tr>
     <tr>
       <th>SubTask</th>
-      <th [nzSortFn]="sortByBackpressureRatio" 
[nzSortOrder]="'descend'">Backpressure</th>
-      <th [nzSortFn]="sortByIdleRatio" [nzSortOrder]="'descend'">Idle</th>
+      <th [nzSortFn]="sortByBackpressureRatio">Backpressure</th>
+      <th [nzSortFn]="sortByIdleRatio">Idle</th>
       <th [nzSortFn]="sortByBusyRatio" [nzSortOrder]="'descend'">Busy</th>
       <th>Backpressure Status</th>
       <th>Thread Dump</th>

Reply via email to